美文网首页
Mac 安装 brew

Mac 安装 brew

作者: Mark_ZSQ | 来源:发表于2021-07-22 15:35 被阅读0次

    现在安装brew,一会报这个错,一会儿报那个错,上网查了很多教程,用了很多时间都是不可以,电脑开VPNFQ也不行。

    Warning: The Ruby Homebrew installer is now deprecated and has been rewritten in
    Bash. Please migrate to the following command:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
    

    解决

    自动脚本(全部国内地址)(在Mac os终端中复制粘贴回车下面这句话)

    /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
    

    下面是下载时的效果:


    1681961-20200422164413625-522091467.jpeg

    相关文章

      网友评论

          本文标题:Mac 安装 brew

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