git remote: username or password is wrong

git操作時報:
remote: username or password is wrong

嘗試了網上說的git config --global
git config --global user.name “XX”
git config --global user.email “XX”
git config --global user.password"XX"後並沒用

也修改或刪除了win上控制面板–憑據管理器中的賬號,依然無用

修改過程中操作git pull所謂的登陸小彈框一直沒有出來,使用了git config --global --unset credential.helper,還是沒有彈框。最後清理了緩存git credential-manager uninstall,再次操作git pull 終於出來登陸的小彈框了,重新登陸,oj8k

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章