设置系统代理

来自姬鸿昌的知识库
跳到导航 跳到搜索

vim ~/.bashrc

# 设置 http proxy
export http_proxy="http://192.168.0.120:10809"

# 设置 https proxy
export https_proxy="http://192.168.0.120:10809"