Mac 执行 git 时出现:xcrun: error

问题发生

Mac 升级 macOS high sierra 后,当执行 git 命令时,出现错误:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), 
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

解决办法

$ xcode-select --install
xcode-select: note: install requested for command line developer tools

参考

xcrun: error: invalid active developer path

你可能感兴趣的:(Mac 执行 git 时出现:xcrun: error)