git SSL certificate problem: unable to get local issuer certificate-解决问题
Posted JackieDYH
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git SSL certificate problem: unable to get local issuer certificate-解决问题相关的知识,希望对你有一定的参考价值。
问题描述
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 SSL certificate problem: unable to get local issuer certificate
解决:git SSL certificate problem: unable to get local issuer certificate
GIT PUSH SSL certificate problem
解决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-解决问题