1.Windows cmd 设置代理:
set http_proxy=http://proxy.domain.com:port
set https_proxy=http://proxy.domain.com:port
2.Linux shell 设置代理:
export http_proxy=http://proxy.domain.com:port
export https_proxy=http://proxy.domain.com:port
赞
踩
1.Windows cmd 设置代理:
set http_proxy=http://proxy.domain.com:port
set https_proxy=http://proxy.domain.com:port
2.Linux shell 设置代理:
export http_proxy=http://proxy.domain.com:port
export https_proxy=http://proxy.domain.com:port
转载于:https://my.oschina.net/luqili/blog/1546249
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。