MacBook Pro Homebrew 国内镜像加速

Posted 范桂飓

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MacBook Pro Homebrew 国内镜像加速相关的知识,希望对你有一定的参考价值。

目录

文章目录

Homebrew

使用国内 Homebrew 镜像源加速(https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/):

export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
brew update

export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
for tap in core cask{,-fonts,-drivers,-versions} command-not-found; do
    brew tap --custom-remote --force-auto-update "homebrew/${tap}" "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-${tap}.git"
done
brew update


echo 'export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"' >> ~/.zshrc
echo 'export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"' >> ~/.zshrc

以上是关于MacBook Pro Homebrew 国内镜像加速的主要内容,如果未能解决你的问题,请参考以下文章

Homebrew极速安装脚本,macOS/苹果电脑/MacBook专用,中国版,清华镜像,只要你的网速够快,安装就够快,小白福利

Homebrew极速安装脚本,macOS/苹果电脑/MacBook专用,中国版,清华镜像,只要你的网速够快,安装就够快,小白福利

亲测好用的Homebrew国内镜像源及配置方式

更换 homebrew 国内镜像源

Mac: Nginx 的安装和配置

Mac下使用国内镜像安装Homebrew