macbook安装homebrew并更换清华源
Posted litifeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了macbook安装homebrew并更换清华源相关的知识,希望对你有一定的参考价值。
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 临时更换 export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles
以上是关于macbook安装homebrew并更换清华源的主要内容,如果未能解决你的问题,请参考以下文章
Homebrew极速安装脚本,macOS/苹果电脑/MacBook专用,中国版,清华镜像,只要你的网速够快,安装就够快,小白福利