MacのOSアップデートしたら、gitが動かなくなった。
git
% git status []
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
このメッセージでそのままググったら、ズバリなQiitaが出てきた。
以下を実行すればよい。
command
xcode-select --install