Homebrew

作者: 原野大神 | 来源:发表于2021-05-17 17:47 被阅读0次

    使用官方地址直接安装时报错

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
    curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to raw.githubusercontent.com:443 
    

    可以使用国内源:

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

    检查安装结果:

    brew -v
    

    相关文章

      网友评论

          本文标题:Homebrew

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