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が出てきた。
以下を実行すればよい。
commandxcode-select --install