更换 homebrew 国内镜像源

Posted PHPdragon

tags:

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

 

替换现有上游

cd /usr/local
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/brew.git

cd /usr/local/Library/Taps/homebrew/homebrew-core
git remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew-core.git

brew update

 

替换 Homebrew 二进制预编译包的镜像

临时替换

export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles

长期替换

echo export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles >> ~/.bash_profile
source ~/.bash_profile

 

 

PS:

https://www.logcg.com/archives/1301.html

https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/

https://mirrors.tuna.tsinghua.edu.cn/help/homebrew-bottles/

https://lug.ustc.edu.cn/wiki/mirrors/help/homebrew-bottles

 

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

mac下更换镜像安装Homebrew教程

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

MacBook Pro Homebrew 国内镜像加速

Mac下使用国内镜像安装Homebrew

MACOS-国内安装HomeBrew-配置国内镜像(如果报错找不到文件夹则创建它)

Mac安装Allure