























https://juejin.cn/post/6961616069941264415
homebrew 执行 brew update 报错
Error: homebrew-core is a shallow clone. To `brew update`, first run: git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow This command may take a few minutes to run due to the large size of the repository. This restriction has been made on GitHub
rm -rf /usr/local/Homebrew/Library/Taps/homebrew/homebrew-corebrew update2.安装privoxy
brew install privoxy
vim /usr/local/etc/privoxy/config
listen-address 0.0.0.0:8118
forward-socks5 / 127.0.0.1:18888 .注意:18888为本地的socks5的代理端口(有大用,可以使用ssh隧道开启)
sudo /usr/local/sbin/privoxy /usr/local/etc/privoxy/config
手机上设置代理端口为 ip:8118,即可使用。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。