git克隆时报错 The project you were looking for could not be found
- 问题描述:
-
git拉取报错:
remote: The project you were looking for could not be found.
fatal:repository …… not found
原因分析:
之前登陆过别人的git账号,记录下了认证信息
解决方法汇总:
-
修改控制面板信任凭据
-
卸载重装git credentials manager
$ git credential-manager uninstall
$ git credential-manager install
- clone时带上用户名和密码(无效)
git clone http://username:password@xxxx/xxx/xxx.git
推荐第二种
本文详细解析了在使用Git过程中遇到的The project you were looking for could not be found错误,探讨了错误产生的原因,包括之前的账号认证信息残留,并提供了多种解决办法,如修改控制面板的信任凭据、卸载并重新安装git credentials manager等。
3905

被折叠的 条评论
为什么被折叠?



