mac下出现xcrun: error导致git、svn无法使用的解决办法
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决办法:
在终端输入,会安装xcrun
xcode-select --install
安装完成之后就好了
参考链接:https://www.cnblogs.com/aresxin/p/7903242.html