gpt4 book ai didi

config -/usr/local/etc/中缺少 polipo/config 文件

转载 作者:行者123 更新时间:2023-12-03 21:45:05 25 4
gpt4 key购买 nike

我使用 brew 通过 Mac OS 终端安装 polipo。似乎安装成功,但我找不到配置文件并对其进行编辑。谁能帮我找出原因?

enter image description here

最佳答案

如果 polipo 不起作用:
我也想安装 polipo,但即使使用此处提供的配置文件,我也得到:Error: polipo has been disabled because it is not supported upstream!(MacBook Pro M1 芯片。由于某些静态 IP 要求,我的 socks 代理是使用 ssh -D 8000 -C -N myuser@statichost 生成的)。
所以,我发现你也可以使用 npm 包将 socks 代理转换为 http 代理:https://www.npmjs.com/package/http-proxy-to-socks

# install hpts:
npm install -g http-proxy-to-socks

# launch http proxy:
hpts -s 127.0.0.1:8000 -p 8001
# here my socks5 proxy is at 127.0.0.1:8000 and the http proxy is now on port 8001
例如,Npm 不支持 socks5 代理。所以我使用 hpts 来获得一个 http 代理。之后,我告诉 npm 使用该代理:
npm config set proxy http://127.0.0.1:8001
npm config set https-proxy http://127.0.0.1:8001

关于config -/usr/local/etc/中缺少 polipo/config 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34749303/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com