Git去除SSL验证

git config --global http.sslVerify false

git config --global https.sslVerify false

原文地址:https://www.cnblogs.com/yinxuejunfeng/p/15589271.html