Mac 安装 HomeBrew

HomeBrew 官网安装

安装命令

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

卸载命令

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

清华大学镜像加速安装

清华大学 Homebrew 镜像文档地址

https://mirrors.tuna.tsinghua.edu.cn/help/homebrew/

配置镜像环境变量

bash 复制代码
export HOMEBREW_INSTALL_FROM_API=1
export HOMEBREW_API_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles/api"
export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"

下载安装脚本

bash 复制代码
git clone --depth=1 https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/install.git ~/brew-install

运行安装脚本

bash 复制代码
/bin/bash ~/brew-install/install.sh

安装之后还需要将镜像地址写入环境变量配置文件 ~/.zprofile, 以便后续升级 brew

sh 复制代码
eval "$(/usr/local/bin/brew shellenv)"

# Set PATH, MANPATH, etc., for Homebrew.
export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
相关推荐
1alisa2 天前
Dynamic WallPaper-壁纸动态-Mac电脑-4K超高清
mac
夏旭晨2 天前
Mac通过容器ip访问服务
docker·mac
Bigger3 天前
Tauri(十七)—— 安装包和应用包的区别
前端·app·mac
佩奇的技术笔记3 天前
prompt_status:5: command not found: wc解决办法
mac
Alger_Hamlet5 天前
OmniPlan Pro for Mac 项目管理流程
mac
wonderomg5 天前
mac部署CAT监控服务
mac
星鹿XINGLOO7 天前
畅享Mac桌面版TikTok!
macos·安卓·iphone·mac·web·web app
付之一笑11 天前
如何在Mac中直接右键在Cursor打开项目
mac·cursor
山巅15 天前
Mac下Ollama安装全攻略:开启本地大模型之旅
大模型·mac·ollama·deepseek
伊织code15 天前
macOS homebrew - 切换源
macos·brew·homebrew·清华源·