使用https验证私有github存储库

时间:2018-02-11 21:28:41

标签: git github ssh

我在github上创建了一个私有repo,并尝试将其设置为我本地git存储库的远程。但是,当远程设置为默认的https地址(https://github.com/..。)时,使用git push会给出错误“Error:Repository not found”。谷歌搜索后,我尝试使用(https://username@github.com/..。),但这给了我“无法连接到gitHub.com端口443:拒绝连接。”

所以最后我尝试使用ssh方法,它在设置ssh密钥和东西后起作用。那么我在https设置上做错了什么?公开回购我没有这种问题。

1 个答案:

答案 0 :(得分:0)

要扩展merlin2011的评论,请检查您的git凭证助手:

git config credential.helper

例如,在Windows上,它应该是Windows Credential Manager,它会缓存您的凭据。