当我push
我的本地计算机上的项目文件到在线存储库时,它会给我以下错误:
Permission denied (publickey) - fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
我也试过this但无济于事。有谁知道可能是什么根本原因?
答案 0 :(得分:3)
Permission denied(publickey)错误表示服务器拒绝了您的连接。可能有几个原因。
必须通信的原因是你没有在github服务器中部署你的ssh密钥。因此,检查服务器,如果您的ssh密钥在其中,您还需要检查.ssh。
对于其他问题,您可以查看此链接: https://help.github.com/articles/error-permission-denied-publickey/