mac brew 更换国内源(镜像)
Table of Contents
来自官网:https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/ 清华大学开源软件镜像站
Homebrew-bottles 镜像使用帮助 ¶
注:该镜像是 Homebrew 二进制预编译包的镜像。本镜像站同时提供 Homebrew 的 formula 索引的镜像(即 brew update 时所更新内容),请参考 Homebrew 镜像使用帮助。
临时替换 ¶
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
长期替换 ¶
echo "export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles\" >> ~/.bash_profile
source ~/.bash_profile
Homebrew 镜像使用帮助 ¶
注:该镜像是 Homebrew 的 formula 索引的镜像(即 brew update
时所更新内容)。本镜像站同时提供 Homebrew
二进制预编译包的镜像,请参考 [Homebrew bottles](https://mirrors.tuna.tsinghua.edu.cn/help/homebrew-bottles/ "Homebrew bottles") 镜像使用帮助。
替换现有上游 ¶
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
首发 http://www.foxwho.com/article/136
同步 foxwho(神秘狐)的领地 http://www.foxwho.com