解決辦法:
git config --system --unset credential.helper
此后又會重復讓輸入賬號,密碼,很煩,然后:
git config --global credential.helper store
輸入賬號密碼,下次就不會讓重復輸入了。
解決辦法:
git config --system --unset credential.helper
此后又會重復讓輸入賬號,密碼,很煩,然后:
git config --global credential.helper store
輸入賬號密碼,下次就不會讓重復輸入了。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。