赞
踩
使用git从远程仓库下载代码出现上述的错误是因为使用了proxy代理,所以要解决该问题,核心操作就是要取消代理
通过git的配置文件查看有无使用代理(没有成功)
查询是否使用代理:
git config --global http.proxy
git config --global https.proxy
git config --global --unset http.proxy
git config --global --unset https.proxy
unset http_proxy
unset ftp_proxy
unset all_proxy
unset https_proxy
unset no_proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。