git pull的时候遇到下面的报错:

1

2

remote: Repository not found

fatal: repository 'https://github.com/Test/project.git/' not found

 

排除了github ssh秘钥问题,项目名称问题,可以执行下面的命令:

github Repository not found 解决办法

$ git credential-manager uninstall

$ git credential-manager install

然后再执行git pull,就会提示输入账号密码,这时就恢复正常了。

相关文章:

  • 2022-03-07
  • 2021-11-09
  • 2021-09-12
  • 2021-04-25
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-31
  • 2021-07-04
  • 2021-08-17
  • 2021-07-06
相关资源
相似解决方案