赞
踩
git clone时报错“Failed to connect to 127.0.0.1 port 1080: Connection refused”如何处理?
1. 查看git的配置
git config --global --list| grep -i proxy
如果有内容输出,那么unset配置项,如:
git config --global --unset http.proxy
git config --global --unset https.proxy
http.proxy和https.proxy替换成你查看到的文件名
2. 查看环境变量
env | grep -i proxy
如果有内容输出,那么unset输出的变量,需要退出当前终端
unset http_proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。