今天push代码时,出现个报错如下
fatal: unable to access 'https://xxx.com/a.git/':
SSL certificate problem: unable to get local issuer certificate
解决方法:
git config --global http.sslVerify false
再git push
,就可以push成功了
今天push代码时,出现个报错如下
fatal: unable to access 'https://xxx.com/a.git/':
SSL certificate problem: unable to get local issuer certificate
解决方法:
git config --global http.sslVerify false
再git push
,就可以push成功了