array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } 111string(0) "" int(1) int(10) int(70) int(8640000) array(2) { ["docs"]=> array(0) { } ["count"]=> int(0) } mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error: - 爱码网

折腾了好久,执行

/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,
mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error:
尝试过改动git config的代理,没有用,

换中科大的源,也没有用

最后解决办法如下,重装command line tools,再执行安装指令,homebrew安装成功。

分别在终端执行如下操作:
删除旧的commandLine工具
sudo rm -rf /Library/Developer/CommandLineTools
mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error:
xcode-select --install
执行后会弹出界面,直接安装就行
mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error:

curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install
mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error:
mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error:
到此就安装成功了。

相关文章: