美文网首页
镜像切换

镜像切换

作者: 景悦 | 来源:发表于2021-05-12 11:48 被阅读0次

    // 执行下面这句命令,更换为中科院的镜像:
    git clone git://mirrors.ustc.edu.cn/homebrew-core.git/ /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1

    // 把homebrew-core的镜像地址也设为中科院的国内镜像

    cd "$(brew --repo)"

    git remote set-url origin https://mirrors.ustc.edu.cn/brew.git

    cd "$(brew --repo)/Library/Taps/homebrew/homebrew-core"

    git remote set-url origin https://mirrors.ustc.edu.cn/homebrew-core.git

    // 更新
    brew update

    // 使用
    brew install node

    相关文章

      网友评论

          本文标题:镜像切换

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