brew install 卡了几个小时

brew install stuck for hours

我的 brew 安装停留在“/usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress” 我让笔记本电脑开机将近一天,但它没有前进

此脚本将安装:

/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew
==> The Xcode Command Line Tools will be installed.

Press RETURN to continue or any other key to abort:
==> /usr/bin/sudo /usr/sbin/chown -R ab:admin /usr/local/Homebrew
==> Searching online for the Command Line Tools
==> /usr/bin/sudo /usr/bin/touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress

""卡在这里""

我只是 运行 进入这个问题,对我来说这主要是因为无法安装 Xcode 命令行工具(brew 依赖于 xcode 命令行工具所以它会尝试如果它丢失了,请安装它)。

我得到的解决方法是下载 xcode 命令行工具形式 https://developer.apple.com/download/all/ 并手动安装。然后 运行ning brew installer 应该没问题。

要安装 Xcode 命令行工具,您也可以在终端提示符下输入 xcode-select --install,这将触发 built-in在线安装过程