博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux terminal中使用proxy
阅读量:7117 次
发布时间:2019-06-28

本文共 265 字,大约阅读时间需要 1 分钟。

在linux terminal中使用代理

 

方法一:

terminal中输入 export http_proxy= "http://web-proxy.xxxxxxxx.com"

 

方法二:

.bashrc 中添加 export http_proxy= "http://web-proxy.xxxxxxxx.com"

然后执行.bashrc 

然后新建的terminal就export了http  proxy 

转载于:https://www.cnblogs.com/JoJosBizarreAdventure/p/5892383.html

你可能感兴趣的文章