git - 如何为Mac终端设置代理
PHPz
PHPz 2017-05-02 09:23:31
0
2
632

我使用了GoAgentX配合SSLedge进行代理。
我在oh-my-zsh配置文件中加入了如下代码,方便我需要给终端使用代理时使用:

http_proxy='http://127.0.0.1:8016'
https_proxy='http://127.0.0.1:8016'

alias set_proxy="export http_proxy; export https_proxy"

在我使用ruby、brew、curl等工具时确实在走代理,但是使用git就不行了。

请问是什么原因?我的配置出错了吗?需要如何修改?
感谢赐教。

PHPz
PHPz

学习是最好的投资!

reply all(2)
大家讲道理

It depends on what protocol you use for git. If it is http/https, use the proxy. If it is ssh, leave it alone.

仅有的幸福

I have been researching this problem for a long time, and finally found a powerful tool, proxychains,

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template