Git错误:unable to access 'https://git.voicegu.com/qa/qa.git/': SSL certificate problem: unable to get local issuer certificate

fatal: unable to access 'https://git.voicegu.com/qa/qa.git/': SSL certificate problem: unable to get local issuer certificate

解决方法为一行命令:

git config --global http.sslVerify false

再用

Git Clone (复制HTTP) 地址

原文地址:https://www.cnblogs.com/angelawu0220/p/8080140.html