美文网首页
mac安装homebrew

mac安装homebrew

作者: SailingBytes | 来源:发表于2021-05-19 09:55 被阅读0次

    按照homebrew官网进行安装,会出现一些列的问题。

    如: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)"

    执行完毕后,重新打开一下终端即可

    相关文章

      网友评论

          本文标题:mac安装homebrew

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