【Mac OS 安装 Homebrew】

打印 上一主题 下一主题

主题 887|帖子 887|积分 2661

Homebrew 是一个用于 macOS 的包管理工具,它极大地简化了软件的安装和管理过程。‌通过Homebrew,开发者和普通用户可以在Mac上轻松地安装和利用大量的开源工具和应用步伐。‌
如果你需要利用 wget ,但是系统并未安装,那么通过 brew install wget 安装即可。但是系统如果没有安装 brew ,实行命令就提示 ```zsh: command not found: brew ``
要安装 brew 那么现在欣赏器打开 https://brew.sh ,进入它的网站查看安装方式,目前提供两种安装方式。

利用命令安装

  1. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
复制代码
但是这个命令是不是一次可以实行成功,如果你遇到同样的问题,按着解决就可以,如果没有遇到那就恭喜你你太幸运了。
遇到错误

error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
  1. ==> Downloading and installing Homebrew...
  2. remote: Enumerating objects: 287351, done.
  3. remote: Counting objects: 100% (707/707), done.
  4. remote: Compressing objects: 100% (388/388), done.
  5. error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
  6. error: 6440 bytes of body are still expected
  7. fetch-pack: unexpected disconnect while reading sideband packet
  8. fatal: early EOF
  9. fatal: fetch-pack: invalid index-pack output
  10. Failed during: /usr/bin/git fetch --quiet --progress --force origin
复制代码
解决方案

在 终端(Terminal)输入一下命令
  1. export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
  2. export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
  3. export HOMEBREW_BOTTLE_DOMAIN="https://mirrors.tuna.tsinghua.edu.cn/homebrew-bottles"
复制代码
再次实行
  1. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
复制代码
看到开始正常下载安装了,如果日记显示一切正常,并提示安装成功,再新终端中实行 brew 命令不再出现 command not found brew ,那么再次恭喜你。
我这里安转是一波三折,出现了告警
  1. Warning: /opt/homebrew/bin is not in your PATH.
  2.   Instructions on how to configure your shell for Homebrew
  3.   can be found in the 'Next steps' section below.
  4. ==> Installation successful!
  5. ==> Next steps:
  6. - Run these commands in your terminal to add Homebrew to your PATH:
  7.     echo >> /Users/dd/.zprofile
  8.     echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/dd/.zprofile
  9.     eval "$(/opt/homebrew/bin/brew shellenv)"
  10. - Run these commands in your terminal to add the non-default Git remotes for Homebrew/brew and Homebrew/homebrew-core:
  11.     echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/dd/.zprofile
  12.     echo 'export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"' >> /Users/dd/.zprofile
  13.     echo 'export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"' >> /Users/baixiaodong/.zprofile
  14.     export HOMEBREW_BREW_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/brew.git"
  15.     export HOMEBREW_CORE_GIT_REMOTE="https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-core.git"
  16. - Run brew help to get started
复制代码
看提示是 /opt/homebrew/bin is not in your PATH, 应该安装时没有利用 sudo,如果有 sudo 我猜可以直接成功利用,各人安装可实验。
解决方案

看上面命令的提示实行 Next steps 里的内容就好。
安装包安装

下载地址:https://github.com/Homebrew/brew/releases/tag/4.4.10

找到 pkg 安装包下载,像 windows 上安装软件一样,根据提示安装就好。
接下来你就可以利用 brew install 来安装需要的软件了。

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

勿忘初心做自己

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表