清華大學 Homebrew 鏡像使用幫助

Homebrew 鏡像使用幫助

注:該鏡像是 Homebrew 的 formula 索引的鏡像(即 brew update 時所更新內容)。本鏡像站同時提供 Homebrew 二進制預編譯包的鏡像,請參考Homebrew bottles 鏡像使用幫助python

替換現有上游

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
相關文章
相關標籤/搜索