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

相关推荐
YH55269848 小时前
MacBook Air M4 和 M5 怎么选?
macos
MoSTChillax9 小时前
数字人竞品分析(中):核心功能、产品使用与技术能力对比
ide·macos·xcode
码农阿豪1 天前
【金仓数据库征文】Mac开发环境|SpringBoot3 + MyBatisPlus对接KES V9 Docker实战全指南
数据库·macos·docker
赶路人儿1 天前
MacOS 下实现 AI 操控电脑(Computer Use)的思考
人工智能·macos·策略模式
天空'之城1 天前
VMware17.5.0安装macOS13.7.8|Xcode15.0.1+Qt6.5.3开发环境搭建完整教程
macos·虚拟机·vmware tools
00后程序员张1 天前
使用Instruments工具深入分析iOS应用性能与启动时间优化
android·macos·ios·小程序·uni-app·cocoa·iphone
2601_960906722 天前
AI研发加速中式及泛亚洲
人工智能·vscode·macos·sublime text·phpstorm
sg_knight2 天前
Codex CLI 安装全攻略:macOS / Linux / Windows(WSL2)三端实战
linux·windows·macos·openai·ai编程·coding·codex
Teleger3 天前
蓝牙 MAC 扫描匹配器
macos
刘婉晴3 天前
【漏扫工具篇】Mac 系统上 Xray 的安装与使用
macos