Mac 使用国内源快速安装 Homebrew, brew
2021-06-22
1. 使用国内源安装 Homebrew
安装的时候可以选择中科大的源、清华的源,速度非常快
bash -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
2. 替换Homebrew国内源
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git
brew update