将项目推送到现有repo的错误 - >权限被拒绝(公钥) - 致命:无法从远程存储库

时间:2017-07-22 17:25:52

标签: git github

当我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但无济于事。有谁知道可能是什么根本原因?

1 个答案:

答案 0 :(得分:3)

Permission denied(publickey)错误表示服务器拒绝了您的连接。可能有几个原因。

  • 正确的密钥
  • corect server
  • 更正用户
  • ...

必须通信的原因是你没有在github服务器中部署你的ssh密钥。因此,检查服务器,如果您的ssh密钥在其中,您还需要检查.ssh。

对于其他问题,您可以查看此链接: https://help.github.com/articles/error-permission-denied-publickey/