美文网首页
git SSL certificate problem unab

git SSL certificate problem unab

作者: 锅阿牛 | 来源:发表于2020-12-12 21:22 被阅读0次

    原因

    pycharm用git获取项目的时候提示git SSL certificate problem: unable to get local issuer certificate

    这个问题是由于没有配置信任的服务器HTTPS验证。默认,cURL被设为不信任任何CAs,就是说,它不信任任何服务器验证。

    解决办法:

    git config --global http.sslVerify false
    

    相关文章

      网友评论

          本文标题:git SSL certificate problem unab

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