macOS 替换 Homebrew 的源为阿里云 & 清华的源_git_LucienShui-CSDN博客

macOS 替换 Homebrew 的源为阿里云 & 清华的源

本文地址:https://blog.lucien.ink/archives/397/

推荐使用清华大学的镜像,原因见文末

清华大学

# 替换brew.git:
git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git
# 替换homebrew-core.git:
git -C "$(brew --repo homebrew/core)" 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

清华大学开源软件镜像站

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

阿里云

# 替换brew.git:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git
# 替换homebrew-core.git:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.aliyun.com/homebrew/homebrew-core.git
# 应用生效
brew update
# 替换homebrew-bottles:
echo 'export HOMEBREW_BOTTLE_DOMAIN=https://mirrors.aliyun.com/homebrew/homebrew-bottles' >> ~/.bash_profile
source ~/.bash_profile

阿里巴巴开源镜像站

https://opsx.alibaba.com/mirror?lang=zh-CN

2019 年 7 月 13 日更新
很多小伙伴反应阿里云的源 brew update 没反应,不知道是不是教育网的问题,阿里云镜像站的官网在 这里,小伙伴们可以去自行确认一下

原网址: 访问
创建于: 2020-05-15 01:18:52
目录: default
标签: 无

请先后发表评论
  • 最新评论
  • 总共0条评论