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

本文详细介绍了在遇到连接raw.githubusercontent.com失败导致Homebrew安装错误时的解决方案。通过修改hosts文件或重新安装Command Line Tools,成功解决了Connection refused的问题,为读者提供了实用的技巧。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

折腾了好久,执行

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

开始一直报错Failed to connect to raw.githubusercontent.com port 443: Connection refused error: Error: 7,

尝试过改动git config的代理,没有用,

换中科大的源,也没有用

最后解决办法如下。
方法一:

参考 https://blog.youkuaiyun.com/m0_37136046/article/details/106425286

sudo vi /etc/hosts

在host中加入以下

199.232.28.133 raw.githubusercontent.com

再重新执行


  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

方法2:

重装command line tools,再执行安装指令,homebrew安装成功。

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

评论 63
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值