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