我那慢成狗的 brew install

如 apt 和 yum 那样,肯定有国内的镜像。

选择清华大学的源:

#该镜像是 Homebrew 的 formula 索引的镜像 
cd "$(brew --repo)"
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.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

brew update

#该镜像是 Homebrew 二进制预编译包的镜像
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile

嗖嗖的,爽!

你可能感兴趣的:(我那慢成狗的 brew install)