执行 brew update 报以下错误
Error: Your CLT does not support macOS 11.4.It is either outdated or was modified.Please update your CLT or delete it if no updates are available.Error: An exception occurred within a child process:SystemExit: exit
解决方案
sudo rm -rf /Library/Developer/CommandLineToolssudo xcode-select --install # 安装 xcode-select,执行
如果不行,可以重新安装 brew
