git中出现证书的问题解决
2019-02-13 本文已影响0人
好市民学编程
问题:
fatal: unable to access 'https://******/': SSL certificate problem: self signed certificate in certificate chain
解决:
git config --global http.sslVerify false
问题:
fatal: unable to access 'https://******/': SSL certificate problem: self signed certificate in certificate chain
解决:
git config --global http.sslVerify false