idea從git上clone項目報錯


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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM