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成功!
