gpt4 book ai didi

xcode - High Sierra 上的 Home-brew 安装失败

转载 作者:行者123 更新时间:2023-12-04 01:59:14 24 4
gpt4 key购买 nike

我正在尝试在带有 High Sierra v10.13 的 Mac mini 上安装 Homebrew。我按照指示运行以下命令:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

终端通知我它将安装 brew 并询问密码,但最终失败并显示以下消息:
The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
==> Installing
==> /usr/bin/sudo /usr/sbin/softwareupdate -i
Software Update Tool
: No such update
No updates are available.
==> /usr/bin/sudo /bin/rm -f /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
==> /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools
xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools'
Failed during: /usr/bin/sudo /usr/bin/xcode-select --switch /Library/Developer/CommandLineTools

请帮我解决这个问题。谢谢。

最佳答案

我有一个类似的问题,所以我在这里发布这个来帮助任何有痛苦的人!

命令 brew doctor 告诉我 一些已安装的公式缺少依赖项 .

执行命令后 brew 升级 ,我收到一些依赖项的错误(以下是 openjdk 的示例):

configure: error: No xcodebuild tool and no system framework headers found, use --with-sysroot or --with-sdk-name to provide a path to a valid SDK
/private/tmp/openjdk-20200219-89506-1wim844/jdk13u-jdk-13.0.2+8/build/.configure-support/generated-configure.sh: line 82: 5: Bad file descriptor
configure exiting with result code 1

These open issues may also help:
Migrate formulae to depend on `openjdk`.

这是我解决这个问题的方法:
  • 须藤 xcode-select -r
  • 编辑并将 Mac 的日期设置为 2019 年 10 月 1 日
  • 须藤 xcodebuild -runFirstLaunch
  • sudo xcode-select -s/Applications/Xcode.app/Contents/Developer
  • brew 升级

  • 它奏效了! (我正在使用带有 MacOS Sierra 的 iMac 2011 年中)

    关于xcode - High Sierra 上的 Home-brew 安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48517293/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com