idea從git上clone項目報錯:git
須要git-cmd.exe執行命令服務器
一、clone沒有用戶密碼:ide
Clone failed:Authentication failed for 「http......「 執行命令idea
git config --system --unset credential.helper code
二、git SSL certificate problem: unable to get local issuer certificate
:ssl
因爲沒有配置信任的服務器HTTPS驗證。默認,cURL被設爲不信任任何CAs,就是說,它不信任任何服務器驗證。執行命令get
git config --global http.sslVerify false
cmd