天天看点

mac 安装homebrew提示curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse

安装homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
           

 报错内容如下

curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse
           

尝尝这个

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
           

 香不😬