[Git]SSL certificate problem: certificate has expired Completed with errors, see above.

 近日在sourceTree推拉版的時候,遇到錯誤訊息:

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin fatal: unable to access 'https://.git/': SSL certificate problem: certificate has expired Completed with errors, see above.


大概就是GitLab的憑證過期導致的,所以沒辦法,只能先關掉Git的SSL驗證應急一下。

解決方法:

在Terminal輸入指令 關閉SSL驗證:
git config --global http.sslVerify false


ps:在推拉版之後記得再度將SSL驗證開啟:

git config --global http.sslVerify true

留言

這個網誌中的熱門文章

[Visual Studio]位於網際網路或是限制區域上 或是檔案上標有 web 字樣 所以無法處理該檔案。若希望處理這些檔案 請移除 web 字樣。

[IIS] IIS執行時,發生拒絕存取路徑 問題

[windows] xcopy 備份至 「網路磁碟機」