更新MacOS后,使用Git命令时报错:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
使用如下命令解决:
xcode-select --install
这是由于每次更新Mac系统Xcode都会被卸载,Mac中Git是基于Xcode line tools运行的,使用其他依赖Xcode line tools的工具应该也会出现同样的错误,所以更新完系统之后记得重装一次Xcode呀。