1. 官方安装
终端输入命令:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
要么是连接失败,要么是网速超慢导致失败。
2. 镜像安装
-
从上面命令的链接中下载脚本 🔗 install.sh
-
打开脚本文件,修改远程仓库地址:
# 找到如下代码 BREW_REPO="https://github.com/Homebrew/brew" # 注释掉替换为中科大镜像 BREW_REPO="https://mirrors.ustc.edu.cn/brew.git" # 或清华大学镜像 BREW_REPO="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
-
终端执行该脚本(可通过拖入终端窗口的方式)