linux 全局代理
2019-11-17 本文已影响0人
长江悠悠向东流
当前窗口代理
export http_proxy=127.0.0.1:port
export https_proxy=127.0.0.1:port
全局代理
vi ~/.bash_profile
export http_proxy=127.0.0.1:port
export https_proxy=127.0.0.1:port
source ~/.bash_profile
export http_proxy=127.0.0.1:port
export https_proxy=127.0.0.1:port
vi ~/.bash_profile
export http_proxy=127.0.0.1:port
export https_proxy=127.0.0.1:port
source ~/.bash_profile