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