
1 wakzz Oct 9, 2020 用[proxychains-ng]( https://github.com/rofl0r/proxychains-ng),可以指定代理当前命令还是当前 bash 窗口 |
2 newbieRenew Oct 9, 2020 via iPhone 大多数代理都提供了 Shell export command,复制,终端里粘贴一下就行了 |
3 masker Oct 9, 2020 via Android .bashrc or .zshrc export 一下就好了 |
4 HarryQu Oct 9, 2020 vim ~/.bash_profile,add: export http_proxy="http://127.0.0.1:7890" export https_proxy="http://127.0.0.1:7890" source ~/.bash_profile 话说你 brew 为什么不用镜像呢? https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/ |