问题:用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
网友评论