OSをアップロードしたらgit pushできなかった
Macxcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)みたいなエラーが出たのでそのまま検索。
macOSアップデート後の『xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)…』の対処法
https://qiita.com/nishina555/items/e23d73067a5cac182a63
あった。上記の記事通り、xcode-select --install
して解決。