解决 macOS CommandLineTools 更新不了的问题
xcode 更新之后需要运行 xcode-select --install 更新 CommandLineTools
但是更新完以后,没生效。运行 git 命令的时候还是提示更新
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
这时候只需要执行以下命令即可
sudo xcode-select -s /Library/Developer/CommandLineTools