SSL certificate problem: self signed certificat


今天從Gitlab拉取數據提示:SSL certificate problem: self signed certificat 異常。

問題原因:公司gitlab只支持https地址,需要client配置忽略https證書檢驗

解決方案:打開Git Bash運行如下命令

export GIT_SSL_NO_VERIFY=true

git config --global http.sslVerify "false"


免責聲明!

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



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