我尝试使用“ssh -A root @ myhost”通过代理转发连接远程服务器;
虽然我成功连接到我的远程服务器;但是当我拉动时 来自github的代码,它显示了一个错误:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
那么如何解决这个问题呢?我可以用我自己的电脑拉代码;我确信我有权提取代码
答案 0 :(得分:0)
Githib没有对您进行身份验证,因为您要么没有正确设置,要么密钥与Githib不匹配。
您可以关注此https://help.github.com/articles/generating-an-ssh-key/和此https://help.github.com/articles/error-permission-denied-publickey/。
您可以更喜欢使用HTTPS URL而不是SSH / git来避免SSH错误。 https://help.github.com/articles/set-up-git/