如何解决报错: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

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