提交代碼到碼雲,Git報錯如下:
fatal: Authentication failed for 'https://gitee.com/......'
很明顯說明碼雲的認證失敗,即用戶名,密碼輸入錯誤。
使用如下指令重置用戶名密碼:
git config --system --unset credential.helper
然后再次提交,重新輸入用戶名密碼即可。
轉: https://blog.csdn.net/DeMonliuhui/article/details/80320134