第一個:
git clone項目時出現 authentication failed for“XXX”錯誤
需進行下面操作:
控制面板\用戶帳戶\憑據管理器,點擊已有憑證進行刪除,刪除成功之后,在拉取,從新輸入賬號密碼即可
第二個:
拉取出現這個問題:Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
執行下面命令:
git config --system core.longpaths true