无法在 mac 中安装 jenkins
Unable to install jenkins in mac
我正在尝试在终端中按照以下命令安装 Homebrew throwgh:
brew 安装 jenkins-lts
但结果是:-bash: brew: command not found
你的建议是什么
听起来你还没有安装 brew,请 运行 在终端中输入以下内容:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
这里有进一步的安装指南:https://docs.brew.sh/Installation 如果需要
我正在尝试在终端中按照以下命令安装 Homebrew throwgh:
brew 安装 jenkins-lts
但结果是:-bash: brew: command not found
你的建议是什么
听起来你还没有安装 brew,请 运行 在终端中输入以下内容:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
这里有进一步的安装指南:https://docs.brew.sh/Installation 如果需要