提交代碼出現錯誤remote: [31mx-oauth-basic: Incorrect username or password (access token)
在git bash中輸入
git config --system --unset credential.helper
取消設置憑證,git在使用時會設置一個憑證,配置這個就取消了
重啟后就可以重新上傳了
提交代碼出現錯誤remote: [31mx-oauth-basic: Incorrect username or password (access token)
在git bash中輸入
git config --system --unset credential.helper
取消設置憑證,git在使用時會設置一個憑證,配置這個就取消了
重啟后就可以重新上傳了
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。