Mac中安装homebrew

Mac中安装homeBrew,curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 4 ms: Couldn't connect to server

文章目录

1、官网安装homebrew

官网地址:homebrew官网

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

如果报错:curl: (7) Failed to connect to raw.githubusercontent.com port 443 after 4 ms: Couldn't connect to server

失败原因:
(1)网络问题:你的计算机可能无法访问外部网络,或者网络请求被防火墙或代理服务器阻止了
(2)DNS污染或解析问题:在某些情况下,DNS服务器可能无法正确解析raw.githubusercontent.com域名,导致连接失败

点击:https://www.ipaddress.com/,查询域名:raw.githubusercontent.com 的真实IP

将其中的一个ip添加到自己电脑中的host文件中

sudo vim /etc/hosts

加入此条:

185.199.111.133 raw.githubusercontent.com

重新执行命令即可

2、清华大学镜像

清华大学homebrew镜像站

3、验证是否成功

brew -v

4、参考

Mac 安装 Homebrew

Mac安装Homebrew

相关推荐
小路恢弘5 小时前
使用Mac自带共享实现远程操作
macos
阿髙14 小时前
macos 隐藏、加密磁盘、文件
macos
minos.cpp16 小时前
Mac上Stable Diffusion的环境搭建(还算比较简单)
macos·ai作画·stable diffusion·aigc
追光天使1 天前
Mac/Linux 快速部署TiDB
linux·macos·tidb
wzkttt1 天前
Mac gfortran编译fortran出错
macos·gfortran
刘小哈哈哈1 天前
iOS 多个输入框弹出键盘处理
macos·ios·cocoa
草明1 天前
macOS 显示或不显示隐藏文件
macos
刘贤松1 天前
构建MacOS应用小白教程(打包 & 签名 & 公证 & 上架)
macos
power_to_go1 天前
macOS 配置 vscode 命令行启动
ide·vscode·macos
南山十一少1 天前
在 Mac M2 上安装 PyTorch 并启用 MPS 加速的详细教程与性能对比
macos