设置系统代理
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"