查看是否有代理
env|grep -i proxy
取消代理
unset http_proxy
unset https_proxy
unset HTTP_PROXY
unset HTTPS_PROXY
unset ALL_PROXY
unset no_proxy
unset NO_PROXY
unset all_proxy
所有都unset一遍
查看是否有代理
env|grep -i proxy
取消代理
unset http_proxy
unset https_proxy
unset HTTP_PROXY
unset HTTPS_PROXY
unset ALL_PROXY
unset no_proxy
unset NO_PROXY
unset all_proxy
所有都unset一遍