清除本地git账户,重新输入用户名密码(最优)
git config --system --unset credential.helper之后再进行git操作时,弹出用户名密码窗口,输入即可
详情如下图
git使用采坑-The project you were looking for could not be found 解决方式
原文:https://www.cnblogs.com/xuLessReigns/p/12201732.html