git clone出现fatal: unable to access 'https://': SSL certificate problem: self signed certificate

 

git config --global http.sslVerify false

搞定

原文地址:https://www.cnblogs.com/enjie/p/9822184.html