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 更换清华源的主要内容,如果未能解决你的问题,请参考以下文章

Mac下软件管理工具brew更换国内源及常用命令

brew更换镜像为阿里云,清华大学慢死了

macbook安装homebrew并更换清华源

brew更换为国内源

mac下更换镜像安装Homebrew教程

Mac系统下安装Homebrew后无法使用brew命令,-bash: brew: command not found