git拉项目报错:The project you were looking for could not be found.


原因:git自动保存git密码的功能(自己在单位电脑用了码云和github做了仓库,估计起了冲突)

清除本地git账户,重新输入用户名密码(最优)

git config --system --unset credential.helper

之后再进行git操作时,弹出用户名密码窗口,输入即可

Git