博客园 首页 私信博主 显示目录 隐藏目录 管理

linux设置代理

设置代理:

 export http_proxy="http://proxy-com"
 export https_proxy="https://proxy-com:"

取消代理:

unset http_proxy

unset https_proxy

posted @ 2020-07-21 10:00  MrSharp  阅读(477)  评论(0)    收藏  举报