解决 Homebrew 下载问题 1. 镜像源配置 使用镜像源: 你已经在尝试使用阿里云的镜像源,但仍然遇到下载超时问题。可以尝试其他镜像源,如清华大学的镜像源。 编辑 Homebrew 配置文件,添加或修改镜像源: git -C "$(brew --repo)" remote set-url origin https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git git -C "$(brew --repo homebrew/core)" remote set-u