git clone 拉取github上面的代碼報錯:fatal: Authentication failed for xxx解決


1.打開git bash,輸入密碼:git config --system --unset credential.helper
2.結果報錯:error: could not lock config file xxx: Permission denied
3.打開cmd窗口,輸入where cmd,找到cmd.exe路徑后,右擊cmd.exe以管理員身份運行
4.在cmd窗口輸入:git config --system --unset credential.helper,成功!
5.打開git bash窗口,重新clone,輸入gitlab用戶名和密碼后,clone成功!

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM