赞
踩
查看当前系统代理的 IP 地址和端口号
地址与端口号为:127.0.0.1:7890
# 注意修改成自己的IP和端口号
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
# 取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
# 查看代理
git config --global --get http.proxy
git config --global --get https.proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。