mac os

我那慢成狗的 brew install

2017-05-13  本文已影响33人  自由快挂

如 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

嗖嗖的,爽!

上一篇 下一篇

猜你喜欢

热点阅读