Git 报错 error setting certificate verify locations

Posted woxingwoxue

tags:

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

Git 报错 error setting certificate verify locations

从字面上看,本地证书验证错误,这个我理解了,因为我下载的是HTTPS的内容,需要配置证书!

解决方案:

打开git bash,直接关闭证书校验

git config --system http.sslverify false

  

以上是关于Git 报错 error setting certificate verify locations的主要内容,如果未能解决你的问题,请参考以下文章

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

git push报错:remote: error: refusing to update checked out branch: refs/heads/master

SourceTree不出现用户登录窗口,提示错误fatal: unable to access'...'; error setting certificate verify locat

关联吸纳的remote首次push报错rejected

使用 Git 报错 error: src refspec master matches more than one.

git push报错error: failed to push some refs to 'git@github.com: