brew安装命令如下:

1

ant安装
sudo brew install ant
碰到可能碰到类似问题:

MacBook-Air:appium tenda$ sudo brew install ant

Error: Running Homebrew as root is extremely dangerous and no longer supported.

As Homebrew does not drop privileges on installation you would be giving all

build scripts full access to your system.

提升权限即可解决:

sudo chown -R $(whoami):admin /usr/local

1

相关文章:

  • 2022-01-28
  • 2021-08-17
  • 2021-06-21
  • 2021-07-24
  • 2021-09-14
  • 2021-08-29
猜你喜欢
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-01-15
  • 2021-07-17
  • 2021-12-08
  • 2021-11-12
相关资源
相似解决方案