美文网首页
mac 安装homebrew出错 Failed to conne

mac 安装homebrew出错 Failed to conne

作者: 小蜜蜂_a7be | 来源:发表于2020-04-23 14:09 被阅读0次

    执行:

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    报错:mac 安装homebrew出错 Failed to connect to raw.githubusercontent.com port 443: Connection refused error

    解决方案:

    1、removing the old tools 

    $ rm -rf /Library/Developer/CommandLineTools

    2、install xcode command line tools again 

    $ xcode-select --install

    3、

    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    相关文章

      网友评论

          本文标题:mac 安装homebrew出错 Failed to conne

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