
每次 brew update 或 brew install xxx 都需要long time
安装个软件, 可以先按 Ctrl + c 先终止更新, 然后就可以继续安装了… 醉了!
cd /usr/local/Homebrew
git remote -v
一看到 github 就知道了慢的要老命!
赶紧的更换brew镜像源走起!
git remote set-url origin
git://mirrors.tuna.tsinghua.edu.cn/homebrew.gitgit remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git