Mac终端:出现zsh: command not found: brew问题解决方案

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

报错:Error: The Ruby Homebrew installer is now disabled and has been rewritten in
Bash.
Please migrate to the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

版权声明:本文为qq3553685原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。