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

mac 安装homebrew 博客分类: macios  

程序员文章站 2024-02-07 13:36:10
...

官网:https://brew.sh/index_zh-cn
安装命令:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
安装错误:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
原因:由于某些你懂的因素,导致GitHub的raw.githubusercontent.com域名解析被污染了。
解决办法:通过修改hosts解决此问题。

查询真实IP:
在https://www.ipaddress.com/查询raw.githubusercontent.com的真实IP。
修改hosts:
sudo vim /etc/hosts
添加如下内容:
199.232.68.133 raw.githubusercontent.com