美文网首页
homebrew 极速安装

homebrew 极速安装

作者: xcloading | 来源:发表于2020-10-23 14:36 被阅读0次

使用清华大学开源软件镜像安装homebrew

下载https://raw.githubusercontent.com/Homebrew/install/master/install.sh

修改install.sh

    BREW_REPO="https://github.com/Homebrew/brew"

    # 变成:

    BREW_REPO="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"

执行install.sh

安装完成后替换官方镜像,使用清华云的

参考文档:https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/

相关文章

网友评论

      本文标题:homebrew 极速安装

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