brew 下载过慢, 切换使用国内源
1.尝试brew install graphviz的时候,总是报错,或者跑到国外官网,下载太长时间
2. 更新国内的清华的源,中科大的源,结果brew update的时候要很久
最后用阿里的brew源, 发现可以很快更新
替换为阿里源
$ cd "$(brew --repo)" && git remote -v
origin https://github.com/Homebrew/brew.git (fetch)
origin https://github.com