赞
踩
1.问题描述 git 拉取或者推送报错超时
2.解决方式
git config --global --unset http.proxy //取消http代理 git config --global --unset https.proxy //取消https代理
3.找到自己的端口
4. 设置端口
git config --global http.proxy http://127.0.0.1:10809
5.正常clone/push
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。