當我們輸入git push 推送到遠程倉庫時會顯示
remote: Incorrect username or password ( access token )
這說明你的賬號密碼不對,
此時輸入
git config --system --unset credential.helper
來清空你的賬戶記錄,
然后重新 推送,它會自動彈出username和password框
輸入正確的即可推送成
當我們輸入git push 推送到遠程倉庫時會顯示
remote: Incorrect username or password ( access token )
這說明你的賬號密碼不對,
此時輸入
git config --system --unset credential.helper
來清空你的賬戶記錄,
然后重新 推送,它會自動彈出username和password框
輸入正確的即可推送成
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。