macOS Catalinaでgitコマンドを実行したところ、下記のエラーが出力された。
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
開発者用のライブラリがインストールされていない模様。
以下のコマンドを実行して解決した。
xcode-select --install