curl www.baidu.com
<html> <head> <title>500 Internal Privoxy Error</title> <link rel="shortcut icon" href="http://config.privoxy.org/error-favicon.ico" type="image/x-icon"></head> <body> <h1>500 Internal Privoxy Error</h1> <p>Privoxy encountered an error while processing your request:</p> <p><b>Could not load template file <code>no-server-data</code> or one of its included components.</b></p> <p>Please contact your proxy administrator.</p> <p>If you are the proxy administrator, please put the required file(s)in the <code><i>(confdir)</i>/templates</code> directory. The location of the <code><i>(confdir)</i></code> directory is specified in the main Privoxy <code>config</code> file. (It's typically the Privoxy install directory, or <code>/etc/privoxy/</code>).</p> </body> </html>
更气的是 查了半天 还没找到解决方案 好像跟ss代理有关
20190727
还是没有解决,不过确认了是ss代理的问题
vim ~/.bash_profile
#ss proxy 999
#export http_proxy=http://127.0.0.1:999
#export https_proxy=$http_proxy
vim ~/.zshrc
# proxy list
alias proxy='export all_proxy=socks5://127.0.0.1:1087'
alias unproxy='unset all_proxy' 把里面的 http转发都注释掉了,虽然 pip和brew都回到了龟速 但 起码是能用的