suchen

Heim  >  Fragen und Antworten  >  Hauptteil

git - 如何为Mac终端设置代理

我使用了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就不行了。

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

PHPzPHPz2825 Tage vor678

Antworte allen(2)Ich werde antworten

  • 大家讲道理

    大家讲道理2017-05-02 09:25:31

    看你git用什么协议,如果是http/https就走代理,如果是ssh就不走了。

    Antwort
    0
  • 仅有的幸福

    仅有的幸福2017-05-02 09:25:31

    本人这个问题查了很久,最后发现个利器proxychains,

    Antwort
    0
  • StornierenAntwort