解决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