美文网首页
如何解决报错:unable to get local issue

如何解决报错:unable to get local issue

作者: LabVIEW_Python | 来源:发表于2023-03-02 10:42 被阅读0次

    问题:用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

    相关文章

      网友评论

          本文标题:如何解决报错:unable to get local issue

          本文链接:https://www.haomeiwen.com/subject/waljldtx.html