今天使用git下载源码的时候,提示:SSL certificate problem: unable to get local issuer certificate
解决方案:
git配置去掉SSL验证
git config --global http.sslVerify false
问题解决。
今天使用git下载源码的时候,提示:SSL certificate problem: unable to get local issuer certificate
解决方案:
git配置去掉SSL验证
git config --global http.sslVerify false
问题解决。