shadowsocks-iOS icon indicating copy to clipboard operation
shadowsocks-iOS copied to clipboard

如何让iTerm2也能代理

Open Sheltieey opened this issue 6 years ago • 4 comments

Sheltieey avatar Mar 06 '18 07:03 Sheltieey

开系统代理就行,用的ShadowsocksX-NG

KellyHwong avatar Apr 25 '18 20:04 KellyHwong

ShadowsocksX-NG -> Copy HTTP Proxy Shell Export Line 你会得到类似下面的命令,扔终端里,敲个回车。(只对当前终端生效) export http_proxy=http://127.0.0.1:<port>;export https_proxy=http://127.0.0.1:<port>;

HtHuanChen avatar Jan 23 '19 10:01 HtHuanChen

今天在给 https://pub.dev/ 发布 packets 时,遇到这个问题,后来使用 polipo 在本地做代理解决了 see also https://github.com/huobazi/dotfiles/commit/cb0016dc664eaa77936977ae51fb28e536d582c8

huobazi avatar Aug 02 '19 08:08 huobazi