我使用brew install proxychains-ng和编辑proxychains.conf文件
  并将socks4 127.0.0.1 9080更改为socks5 127.0.0.1 1080
  打开影子袜子


然后运行zsh $proxychains nvm install v6.0.0

安慰:

[proxychains] config file found: /usr/local/Cellar/proxychains- ng/4.11/etc/proxychains.conf
[proxychains] preloading /usr/local/Cellar/proxychains-ng/4.11/lib/libproxychains4.dylib
proxychains can't load process....: No such file or directory

最佳答案

如果您具有https代理,例如,使用polipo的端口8123代理socks5的端口1080

你可以像下面这样

https_proxy=https://127.0.0.1:8123 nvm ls-remote

关于javascript - proxychains无法加载进程?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36928903/

10-09 22:56