转自:http://www.cnblogs.com/JoJosBizarreAdventure/p/5892383.html

 

在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 

相关文章:

  • 2022-01-25
  • 2021-12-12
  • 2021-07-31
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案