如何解決報錯:unable to get local issuer certificate

問題:用git clone 克隆代碼倉時,報錯:
fatal: unable to access https://github.com/ultralytics/yolov5/: SSL certificate problem: unable to get local issuer certificate,如下圖所示:

解決方法

git config --global http.sslBackend "schannel"

參考鏈接:https://github.com/desktop/desktop/issues/9293


報錯:ImportError: Bad git executable.

解決方式:

conda install git

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章