明明Git昨天還好好的突然想clone下來檔案時就發生錯誤了
執行 clone時就發生類似下面的錯誤了
fatal: unable to access 'https://github.com//': error setting certificate verify locations:
CAfile: D:\Program Files\Git\mingw64/bin/curl-ca-bundle.crt
CApath: none
解決方式必須關閉SSL檢查,步驟如下
1.用「系統管理員身分」打開Git Bash ←記得一定要用「系統管理員身分」開
2.輸入 git config --system http.sslverify false