当遇到git拉去远程代码库,更新了Git账号密码后,git配置的账号密码没有更新会出现

Cloning into 'xxxx'...
remote: The project you were looking for could not be found.
fatal: repository 'https://github.com.cn/xxx/xxx.git/' not found

情况报错时候,

 

网上有很多解决版本

如: git clone http://yourname:password@git.coding.net/name/project.git   --我尝试失败

 

Git clone http://git账户名@git.coding.net/name/project.git 然后再弹出的密码输入指令后面输入密码 --依然失败 主要密码含“@”加上符号扩起密码依然不行

 

最终解决方案:

清除本地的git账号              --完美解决

git config --system --unset credential.helper