欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

mac安装homebrew,报错curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse

程序员文章站 2022-07-03 18:13:21
...

1,检查自己的网络

在浏览器上输入其他网址,可以正常运行
在浏览器上输入raw.githubusercontent.com,连接失败
确认了不是自己的网络问题,那么就有可能是外网问题,或者局域网限制我们来看第二步

2,修改hosts文件

首先,网络连接成自己的手机热点
其次,打开hosts文件

sudo vi /etc/hosts sudo

在文件的最后加上 美国的ip和raw.githubusercontent.com

199.232.68.133  raw.githubusercontent.com

3,执行安装homebrew的命令

homebrew的官网:https://brew.sh/
mac安装homebrew,报错curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse
在终端执行安装命令即可:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
mac安装homebrew,报错curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse

4,用brew help来检验是否安装成功

mac安装homebrew,报错curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refuse
如图,即安装成功

相关标签: brew