解決Clone failed: Authentication failed for ‘Xxxxxxx’的問題 git
問題描述:ide
Clone failed: Authentication failed for ‘Xxxxxxx’,卻又沒有彈出消息框。idea
分析:多是用戶驗證出了問題code
驗證:get
git config --system --get credential.helper
查找以後在git上輸入命令 :it
git config --system --unset credential.helper
輸入以後在idea上就能夠正常彈出用戶名密碼驗證了,輸入以後便可完成cloneio