brew update 卡住
- 使用 brew update --verbose 观察在哪个阶段卡住
- 更换 brew 源(这里用的是“中科大”的镜像) :三个地方
- homebrew-cask:
cd "$(brew --repo)"/Library/Taps/homebrew/homebrew-cask
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git
- homebrew-core:
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew/homebrew-core.git
- Homebrew:
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew/brew.git
- 下载速度如果不到100k说明还有源需要更改(我的下载速度: Receiving objects: 100% (241238/241238), 179.89 MiB | 2.48 MiB/s, done.)
参考
- 解决Homebrew下载更新极慢的问题
posted @
2020-05-08 14:16
菜鸡_chicken
阅读(
277)
评论()
编辑
收藏
举报