git报错:The project you were looking for could not be found

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账号,记录下了认证信息
解决方法汇总:

  1. 修改控制面板信任凭据

  2. 卸载重装git credentials manager


$ git credential-manager uninstall
 
$ git credential-manager install
  1. clone时带上用户名和密码(无效)
     git clone http://username:password@xxxx/xxx/xxx.git

推荐第二种

你可能感兴趣的:(git报错:The project you were looking for could not be found)