折腾了好久,执行
/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
开始一直报错Failed to connect to raw.githubusercontent.com port 443: Connection refused error: Error: 7,
尝试过改动git config的代理,没有用,
换中科大的源,也没有用
最后解决办法如下,重装command line tools,再执行安装指令,homebrew安装成功。
分别在终端执行如下操作:
删除旧的commandLine工具sudo rm -rf /Library/Developer/CommandLineToolsxcode-select --install
执行后会弹出界面,直接安装就行
curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install
到此就安装成功了。