MAC 更新brew 镜像源

Posted jackylee92

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAC 更新brew 镜像源相关的知识,希望对你有一定的参考价值。

mac 更新brew镜像源

cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin git://mirrors.ustc.edu.cn/homebrew-core.git
echo export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.ustc.edu.cn/homebrew-bottles >> ~/.bash_profile
source ~/.bash_profile
brew update

 

以上是关于MAC 更新brew 镜像源的主要内容,如果未能解决你的问题,请参考以下文章