1
fulajickhz OP 安装报错
brew install proxychains-ng /usr/local/bin/brew: /usr/local/Library/brew.rb: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: bad interpreter: No such file or directory /usr/local/bin/brew: line 23: /usr/local/Library/brew.rb: Undefined error: 0 |
2
fulajickhz OP 解决了
Open the file brew.rb using the following command: vi /usr/local/Library/brew.rb Change the first line from: #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0 to #!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0 Save and exit brew.rb |
3
fulajickhz OP Open the file /usr/local/Library/ENV/4.3/xcrun
Change the first line from: #!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0 to #!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0 Save and exit xcrun |
4
gimp 2016-04-06 20:18:17 +08:00
也可以使用 polipo 将 socks5 转换为 HTTP 代理
|
5
fulajickhz OP @gimp 你好 不知道为什么 这么慢 427.74KiB/s 10M 的网 走 SS 因为高峰吗?
|
6
Bryan0Z 2016-04-06 21:01:29 +08:00 via Android
win 下 ss 不是自带 http 代理吗
|
7
fulajickhz OP @Bryan0Z OS : OS X 10.11
|
8
imWBB 2016-04-06 21:29:42 +08:00
用国外 vps
然后 再拖回来 |
9
fulajickhz OP 最后通过 proxychains4 youtube-dl --external-downloader aria2c URL 实现 感谢 @mortal
|