安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
出现错误:
Failed to connect to raw.githubusercontent.com port 443 after 9 ms: Connection refused
这个是你的主机无法连接 raw.githubusercontent.com 导致的
解决办法:
使用国内的源
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"