错误来源于一个小功能,跟公司主产品完全分开的一个小功能,同事在github上建了一个项目,用于版本管理,我的idea之前连接的自己的项目,同事这个是私有的不公开的,但是给了我权限。当用idea连接的时候就出问题了:xxxx(项目名)  not  found! 

idea的配置如下,账号密码无错。

idea连接github报错:not found

连接我自己之前的项目也没问题,因为同事这个项目地址不一样,更改了地址,即url。

解决办法:打开git bash   依次执行下面两条命令(如果你直接复制,请把【$】这个符号去掉!!!

$ git credential-manager uninstall
 
$ git credential-manager install

idea连接github报错:not found

猜测原因:

 git缓存了以前的账号信息   git credential-manager uninstall 该命令会重置本地的所有密码

相关文章:

  • 2021-06-11
  • 2022-01-21
  • 2021-10-13
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-09-12
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-12-25
  • 2021-09-08
  • 2021-04-29
  • 2021-07-23
相关资源
相似解决方案