获取ssh git@github.com:权限被拒绝(公钥)

时间:2019-03-07 16:03:41

标签: git github

命令

git remote update

错误

Fetching origin 
Fetching ssh git@github.com: Permission denied (publickey). 
fatal: Could not read from remote repository.

我使用用户名和密码访问GitHub上的git repo。我的git pull工作正常。我该如何更改获取命令以也使用用户名和密码来访问存储库?

2 个答案:

答案 0 :(得分:0)

我没有代表将其保留为评论。 GitHub上有一些有关此问题的help.github.com/en/articles/error-permission-denied-publickey

故障排除文档

答案 1 :(得分:0)

将HTTPS用于远程而不是SSH:您可以使用git remote set-url <remote name> <new url>进行更新。