用于Windows的Git Bash Client无法克隆github存储库

时间:2018-01-04 05:16:15

标签: git bash github

我在Windows 10 64位系统上使用git bash客户端,但是当我尝试从git hub克隆或提取或推送存储库时,它显示错误:

remote: Repository not found.
fatal: repository 'https://github.com/adeptia/enigma.git/' not found

虽然存储库存在,但我也能够使用eclipse或github桌面克隆,拉动和推送这些存储库。

如果使用eclipse或github桌面克隆,我可以使用git bash客户端提交和检查存储库的状态。

3 个答案:

答案 0 :(得分:2)

检查 credential helper 是否

git config credential.helper

如果您看到经理,则可能会缓存错误的凭据 在这种情况下,您需要将其删除 请参阅" Github remote permission denied"。

另一种可能性是2FA (2 factor Authentication)的存在,这将需要PTA(个人访问令牌)来代替常规帐户密码。

答案 1 :(得分:0)

git clone命令是> git clone https://github.com/adeptia/enigma.git/

当命令不起作用时,您确认网址是否准确

如果您确定网址存在或正确,我们需要更多信息来回答

答案 2 :(得分:-1)

我认为导致github服务器现在有问题,因为今天我无法访问github或我的github存储库。 您可以稍后再试。