“设置系统代理”的版本间的差异

来自姬鸿昌的知识库
跳到导航 跳到搜索
(建立内容为“vim ~/.bashrc<syntaxhighlight lang="linux-config"> # 设置 http proxy export http_proxy="http://192.168.0.120:10809" # 设置 https proxy export https_proxy="ht…”的新页面)
 
(没有差异)

2022年8月18日 (四) 22:42的最新版本

vim ~/.bashrc

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

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