git 在连接外面的服务器时可能出现could not open a connection to your authentication agent问题的解决和Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights

解决办法要重新绑定密钥。(之前我是有两个密钥,默认是选择另一个密钥,连接不到对应的ssh)
1.ssh-agent bash
2.ssh-add ~/.ssh/id_rso_mokee

本文介绍了解决Git在连接外部服务器时出现的couldnot open a connection to your authentication agent及Permission denied(public key)问题的方法。主要步骤包括使用ssh-agent bash及ssh-add命令重新绑定密钥。
1379

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



