解决git clone报错SSL certificate problem

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决git clone报错SSL certificate problem相关的知识,希望对你有一定的参考价值。

Git新手一枚,今天进行git clone操作时发生如下问题:
提示无效的链接

error: SSL certificate problem: Invalid certificate chain while accessing https://githib.com/...XXXX.git fatal: HTTP request failed


解决方法也很简单,一条命令就搞定了:

git config --global http.sslVerify false

 

 
 

以上是关于解决git clone报错SSL certificate problem的主要内容,如果未能解决你的问题,请参考以下文章

git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer

解决报错:SSL certificate problem: certificate has expired

解决报错:SSL certificate problem: certificate has expired

解决 error setting certificate verify locations: 无法clone项目

git clone 远程仓库报错error setting certificate verify locations

git clone出现SSL错误