解决:git SSL certificate problem: unable to get local issuer certificate

Posted tangyuan-123

tags:

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

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: unable to get local issuer certificate的主要内容,如果未能解决你的问题,请参考以下文章

解决git clone报错SSL certificate problem

git SSL certificate problem: unable to get local issuer certificate-解决问题

git SSL certificate problem: unable to get local issuer certificate-解决问题

执行Git命令时出现各种 SSL certificate problem 的解决办法

执行Git命令时出现各种 SSL certificate problem 的解决办法

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