2022-10-14 安装brew

  1. 点击访问homebrew官网按照步骤下载

  2. 遇到time out问题考虑是github被墙了, 更改镜像源操作

$ 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"
$ export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"

3.找不到xxx/opt/xxx地址的根据下方==> Next steps:显示的步骤操作

  1. 检查是否安装成功
$ brew -v

你可能感兴趣的:(2022-10-14 安装brew)