美文网首页
mac-brew更新速慢,更改镜像源

mac-brew更新速慢,更改镜像源

作者: gpfworld | 来源:发表于2019-09-24 22:04 被阅读0次

1、替换brew.git
cd "$(brew --repo)"
git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

2、替换homebrew-core.git
cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

3、替换homebrew-cash.git
cd "$(brew --repo)"/Library/Taps/homebrew/homebrew-cask
git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-cask.git

4、更新brew
brew update

相关文章

网友评论

      本文标题:mac-brew更新速慢,更改镜像源

      本文链接:https://www.haomeiwen.com/subject/ntmxuctx.html