查看远程仓库地址
git remote -v
ssh key verification
verify whether the ssh key configed correctly
$ ssh -T git@github.com
本文介绍如何使用git命令查看远程仓库地址,并通过SSH密钥验证确保配置正确。主要内容包括使用'git remote -v'命令显示远程仓库详细信息,以及利用SSH命令测试GitHub上的SSH密钥是否配置正确。
git remote -v
verify whether the ssh key configed correctly
$ ssh -T git@github.com
2万+

被折叠的 条评论
为什么被折叠?