git clone 项目时报 SSL 证书错误 猫七先生 2020-09-14 1,834 阅读1分钟 报错信息 fatal: unable to access 'https://github.com/guangqiang-liu/mpvue-meituan.git/': SSL certificate problem: unable to get local issuer certificate 解决办法: 让 git 忽略 SSL 证书错误 git config --global http.sslVerify false