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