Git clone命令出现"fatal repository not found"错误

Posted edenchaniy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git clone命令出现"fatal repository not found"错误相关的知识,希望对你有一定的参考价值。

有时候使用Git命令"git clone [url]"将远程仓库中的代码爬取下来的时候系统会报错"fatal repository not found"。

出现这个错误的一个可能的原因是本地已存储的git账号密码与爬取仓库所属的账号密码不同。

解决办法:进入控制面板 >> 凭据管理器 >> Window凭据:

技术分享图片

技术分享图片

选择普通凭据中保存的git账号信息进行编辑或者删除即可。

以上是关于Git clone命令出现"fatal repository not found"错误的主要内容,如果未能解决你的问题,请参考以下文章

git clone 提示:remote not found fatal repository "……" not found

使用 git clone 的时候出现 fatal: Unable to find remote helper for 'https' 解决办法

(转)git clone出现 fatal: unable to access 'https://github.com/...'的解决办法

ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'

解决$ git clone fatal: Authentication failed

git clone的时候出现出现 fatal: unable to access 'https://github.com/...':OpenSSL SSL_read: Connecti