server certificate verification failed. CAfile: none CRLfile: none

Posted freedom-try

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了server certificate verification failed. CAfile: none CRLfile: none相关的知识,希望对你有一定的参考价值。

原文: server certificate verification failed. CAfile: none CRLfile: none

当使用命令 git pull 出现错误信息如下:

server certificate verification failed. CAfile: none CRLfile: none

解决方案:

git config --global http.sslverify false
git config --global https.sslverify false

以上是关于server certificate verification failed. CAfile: none CRLfile: none的主要内容,如果未能解决你的问题,请参考以下文章