赞
踩
完整的解决过程。
具体细分每一步:
1.输入代码:
git config http.sslVerify "false"
继续报错:2.输入代码:
git init
3.再次执行:
git config http.sslVerify "false"
问题解决,若继续报错为:
4.继续输入代码为:
//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy
问题解决。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。