Mac系统下 brew 更换清华源
Posted tingguoguoyo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac系统下 brew 更换清华源相关的知识,希望对你有一定的参考价值。
成功安装brew后,输入如下命令:
1、官网brew.sh复制安装脚本。
2、自动安装完成后,更换为清华源来加快速度。网址为:https://mirrors.tuna.tsinghua.edu.cn/help/homebrew
3、更换homebrew
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-bottles (长期换源)
echo ‘export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles‘ >> ~/.bash_profile source ~/.bash_profile
以上是关于Mac系统下 brew 更换清华源的主要内容,如果未能解决你的问题,请参考以下文章