Git Clone 拉远程代码时报错 SSL certificate problem: unable to get local issuer certificate

Git Clone 报错 SSL certificate problem: unable to get local issuer certificate_git

只需要执行下面的命令即可

git config --global http.sslVerify false

Git Clone 报错 SSL certificate problem: unable to get local issuer certificate_git_02

可以了

Git Clone 报错 SSL certificate problem: unable to get local issuer certificate_git_03