本文说明如何更新Homebrew源,解决
brew update
更新慢的问题。
使用macOS是安装、升级软件进场要使用Homebrew,但是在国内使用相关命令升级、安装软件时速度极慢,可以通过更新Homebrew源解决这个问题。
推荐将官方源替换为中科大提供的更新源。
替换brew.git
cd "$(brew --repo)" |
替换homebrew-core.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core" |
替换homebrew-bottles
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles' >> ~/.bash_profile |
最后使用brew update
命令检查效果。