美文网首页
替换及重置Homebrew默认源

替换及重置Homebrew默认源

作者: YM_1 | 来源:发表于2017-11-15 10:25 被阅读55次

替换brew.git:

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

替换homebrew-core.git:

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

相关文章

网友评论

      本文标题:替换及重置Homebrew默认源

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