今天使用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