美文网首页从零开始
brew 命令安装太慢?替换清华镜像!

brew 命令安装太慢?替换清华镜像!

作者: 不稚名 | 来源:发表于2018-01-04 22:33 被阅读1次

清华大学开源软件镜像站 Homebrew 镜像使用帮助

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

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

brew update

相关文章

网友评论

    本文标题:brew 命令安装太慢?替换清华镜像!

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