欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Git检出报错:The project you were looking for could not be found

程序员文章站 2022-04-28 12:42:03
...

现像:

无论是使用tortoiseGit还是Git Bush 检出时都会报上面错误。

原因:

之前登陆过其它git账号,导致现在的账号无法被Git使用。

解决办法:

卸载credentials manager

$ git credential-manager uninstall
  
$ git credential-manager install
相关标签: 开发 运维 git