git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer
Posted zhangphil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer相关的知识,希望对你有一定的参考价值。
git clone报错:fatal: unable to access '仓库地址': SSL certifi
cate problem: unable to get local issuer certificate
解决方案,关闭SSL验证即可:
git config --global http.sslVerify false
以上是关于git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer的主要内容,如果未能解决你的问题,请参考以下文章
git clone 时出现fatal:unable to access 如下情况报错及解决办法
git clone 出现fatal: unable to access https://github 类错误解决方法
fatal: Unable to find remote helper for 'https'
使用 git clone 的时候出现 fatal: Unable to find remote helper for 'https' 解决办法
(转)git clone出现 fatal: unable to access 'https://github.com/...'的解决办法
ubuntu 14.04 git clone 出现 fatal: Unable to find remote helper for 'https'