【发布时间】:2016-02-21 09:07:58
【问题描述】:
当我使用命令git push -u origin master 时,我得到了错误
Permission denied (publickey)
fatal: Could not read from remote repository
Please make sure you have the correct access rights
and the repository exists.
我使用的是 Windows 10。
我猜我没有正确登录。
我在GIT push: permission denied (public key) 看到了答案,但是我不能使用命令ssh。我猜是因为我在 Windows 机器上。
此外,Github 表示建议使用 https 来支持使用 ssh。
【问题讨论】:
标签: git ssh version-control repository push