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

git :could not open a connection ..Could not read from remote repository. 解决办法

解决办法要重新绑定**。(之前我是有两个**,默认是选择另一个**,连接不到对应的ssh)

1.ssh-agent bash

2.ssh-add  ~/.ssh/id_rso_mokee

git :could not open a connection ..Could not read from remote repository. 解决办法

相关文章: