Created
February 17, 2017 17:25
-
-
Save x5lcfd/3194fa9d4725df94d70d58b0bd8da04d to your computer and use it in GitHub Desktop.
homebrew from mirrors.tuna.tsinghua.edu.cn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 替换现有上游 | |
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-science或者homebrew-python | |
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-science" | |
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-science.git | |
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-python" | |
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-python.git | |
brew update | |
# 长期替换 | |
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment