赞
踩
env GIT_SSL_NO_VERIFY=true git clone https://github.com/...
2.
For a single repo
sudo git config http.sslVerify false
For all repo
sudo git config --global http.sslVerify false
3.git clone --no-ssl-check https://...
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。