终端设置代理

Posted 安果移不动

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了终端设置代理相关的知识,希望对你有一定的参考价值。

windwos配置用户变量

http_proxy与https_proxy

数值都为

http://localhost:port

port为你的端口号

mac

vim ~/.bash_profile

新增

export http_proxy="http://localhost:port" export https_proxy="http://localhost:port"

export http_proxy="http://127.0.0.1:7890" export https_proxy="http://127.0.0.1:7890"

最后记得刷新一下

source ~/.bash_profile

以上是关于终端设置代理的主要内容,如果未能解决你的问题,请参考以下文章

ubutun终端设置代理记录

[ArchLinux] 设置终端通过ss代理

linux打开终端如何启动scala,如何在终端下运行Scala代码片段?

Mac电脑的终端命令行设置代理

给 iTerm 终端设置代理

终端设置代理