mac brew 设置代理

brew 是用 curl 下载,所以给 curl 设置 socks5 代理即可

~/.curlrc 文件中输入代理地址即可(没有的话需要先创建)

socks5 = "127.0.0.1:7890"