Homebrew 更新源
替换 brew.git
cd "$(brew --repo)"# 清华大学源
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
替换 homebrew-core.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"# 清华大学:
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git
替换 homebrew-bottles
# 清华大学:
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profilesource ~/.bash_profile
应用生效
brew update