mac brew 安装慢 替换清华源

原文链接: http://blog.fenlanli.com/articles/2019/09/08/1567949930574.html

mac brew 安装慢 替换清华源_第1张图片

使用homebrew清华源,加快brew安装丶更新速度。

替换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

替换homebrew-cask.git

git -C "$(brew --repo homebrew/cask)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask.git

更新
brew update

个人博客地址
http://blog.fenlanli.com

你可能感兴趣的:(mac)