使用清华大学开源软件镜像安装homebrew
下载https://raw.githubusercontent.com/Homebrew/install/master/install.sh
修改install.sh
BREW_REPO="https://github.com/Homebrew/brew"
# 变成:
BREW_REPO="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
执行install.sh
安装完成后替换官方镜像,使用清华云的
参考文档:https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/