今天push代碼時,出現(xiàn)個報錯如下
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代碼時,出現(xiàn)個報錯如下
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成功了