Error: Your CLT does not support macOS 11.2.的解决办法
macOS升级至macOS Big Sur 后,我们使用brew安装或者更新软件的时候会出现Error: Your CLT does not support macOS 11.2.的错误,我们只需要重新安装下xcode-select就可以解决了。解决办法:输入以下命令sudo rm -rf /Library/Developer/CommandLineTools sudo xcode-sele...