常梦网 常梦网

Homebrew安装问题

时间: 2024-05-24  热度:

设置Shadowsocks代理

参考链接

问题1:curl: (35) Server aborted the SSL handshake

  1. 创建文件 .curlrc

  2. 添加内容

socks5 = "127.0.0.1:1080" 

问题2:停在==> Downloading and installing Homebrew...

  1. 创建文件 .gitconfig

  2. 添加内容

[http]proxy = socks5://127.0.0.1:1080

问题3:卸载失败

运行命令,删除git文件夹,再重新安装

rm -rf /usr/local/.git

相关阅读