1. 程式人生 > >SSL certificate problem: self signed certificate in certificate chain.用Git或者小烏龜TortoistGit克隆程式碼報錯

SSL certificate problem: self signed certificate in certificate chain.用Git或者小烏龜TortoistGit克隆程式碼報錯

在windows提示 SSL certificate problem: self signed certificate。
參考很多方法,親測可用:

1.建立臨時環境變數:

windows上命令列輸入:

set GIT_SSL_NO_VERIFY=true git clone

2.用git命令。直接跳過驗證。。。不知道會有什麼問題。不過確實解決問題

git config --global http.sslVerify false