无法在运行 Big Sur 的新 MacBook 上运行 git
当我尝试运行 git 时,我收到以下错误:
xcrun: 错误: 无法加载 libxcrun (dlopen(/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib, 0x0005): could not use '/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' 因为它不是兼容的拱门)。
我遵循了此处建议的强制加载哪些架构的方法,但仍然遇到错误。
现在,运行该建议后,我看到以下错误:
manpath:错误:无法加载 libxcrun (dlopen(/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib, 5): 找不到合适的图像。确实找到了:/Library/Developer/CommandLineTools/usr/lib/libxcrun。 dylib:mach-o,但架构错误 /Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib:mach-o,但架构错误)。
我还在该错误消息之前安装了自制软件,尽管我不知道这将如何相关。
我真的缺乏与 Xcode 交互的经验。我觉得在我以前的 Mac 上我只是能够启动并运行,没有任何麻烦,但已经有一段时间了,所以也许我忘记了。
如何确定 Xcode 和命令行工具是否安装正确?如果不是,推荐的添加方式是什么?
我尝试安装 homebrew 以查看是否可以将其用作解决方法,并尝试使用它来安装 git,但收到以下错误:
'brew install git
Updating Homebrew...
错误:无法在英特尔默认前缀 (/usr/local) 的 ARM 处理器上安装 Homebrew!
请使用以下“替代安装”之一在 /opt/homebrew 中创建新安装:https ://docs.brew.sh/Installation
我正在使用带有新 M1 芯片的 MacBook Pro - 这可能是相关的吗?