问题
homebrew安装过程中,要从github下载内容,常常失败。
在日常使用的的时候,也需要从github下载内容,导致失败。
解决问题
使用github镜像,如mirrors.ustc.edu.cn
如何使用
git clone git@gitee.com:richard2010/homebrew-install.git
cd homebrew-install
./install.sh
替换源
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
git remote set-url originhttps://mirrors.ustc.edu.cn/homebrew-core.git
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask
git remote set-url originhttps://mirrors.ustc.edu.cn/homebrew-cask.git
参考: https://www.jianshu.com/p/1911a9b3f506