如何解决报错:unable to get local issue
2023-03-02 本文已影响0人
LabVIEW_Python
问题:用git clone 克隆代码仓时,报错:
fatal: unable to access https://github.com/ultralytics/yolov5/: SSL certificate problem: unable to get local issuer certificate,如下图所示:
fatal
解决方法:
git config --global http.sslBackend "schannel"
参考链接:https://github.com/desktop/desktop/issues/9293
报错:ImportError: Bad git executable.
All git commands will error until this is rectified
解决方式:
conda install git