设置系统代理

来自姬鸿昌的知识库
Jihongchang讨论 | 贡献2022年8月18日 (四) 22:42的版本 (建立内容为“vim ~/.bashrc<syntaxhighlight lang="linux-config"> # 设置 http proxy export http_proxy="http://192.168.0.120:10809" # 设置 https proxy export https_proxy="ht…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

vim ~/.bashrc

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

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