banner
阿凯

阿凯的生活记录

日拱一卒,对生活充满热爱!

MacOS 安装 Homebrew 错误处理 Connection refused

使用国内源安装

#正常安装:
Homebrew 官方网站:https://brew.sh/
按照官方的操作,输入以下命令
/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 的 gist 访问不了,所以获取不到安装的脚本文件。
运行下面自动脚本(已经全部替换为国内地址):
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
建议选择清华源安装,比较稳定。😑

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.