在M1 Apple Chip上安装mongodb无法点击mongodb/brew:磁带中语法无效

b4lqfgs4  于 2023-04-29  发布在  Go
关注(0)|答案(3)|浏览(128)

运行命令brew tap mongodb/brew:我遇到了下面的人。我遇到了以下情况:
错误:无效公式:/opt/homebrew/Library/Taps/mongodb/homebrew-brew/Formula/mongocli.RB
公式至少需要一个URL
错误:无法点击mongodb/brew:tap中语法无效!

v8wbuo2f

v8wbuo2f1#

我的解决方案:

  • 前往Finder〉Utilities,然后右键单击Terminal并选择“获取信息”
  • 找到选项“使用Rosetta打开”并选中它。
  • 打开新的终端管路
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • 运行"brew tap mongodb/brew"

完成后关闭终端并取消选中“使用Rosetta打开”。

  • 再次打开Terminal,然后运行brew install mongodb-community@4.4

这对我不起作用,所以我尝试了这个:

  • 然后运行以下命令:arch -arm64 brew install mongodb-community@4.4它成功了。

我建议你找一个适合你的。感谢这些文章。

ttp71kqs

ttp71kqs2#

转到Finder〉Utilities和右键单击终端并选择“获取信息”找到选项“打开使用Rosetta”并检查它。
打开新终端并运行“brew tap mongodb/brew”完成后关闭终端并取消选中“Open using Rosetta”,再次打开终端并运行“brew install mongodb-community@4.4英寸。

nuypyhwy

nuypyhwy3#

在终端中运行以下两个命令,将Homebrew添加到PATH中:(echo; echo 'eval“$(/opt/homebrew/bin/brew shellenv)”')〉〉/Users/〈〉/.zprofile eval“$(/opt/homebrew/bin/brew shellenv)”

相关问题