Your Site Title

Homebrew source

替换brew.git:

cd “$(brew –repo)” git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

替换homebrew-core.git:

cd “$(brew –repo)/Library/Taps/homebrew/homebrew-core” git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

brew update

Reference

Homebrew国内加速