注:該鏡像是 Homebrew 二進制預編譯包的鏡像。本鏡像站同時提供 Homebrew 的 formula 索引的鏡像(即 brew update
時所更新內容),請參考Homebrew 鏡像使用幫助。bash
export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
bash 用戶.net
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.bash_profile source ~/.bash_profile
zsh用戶code
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles' >> ~/.zshrc source ~/.zshrc