[Mac]xcrun:error:無効なActive Developer pathの解決


Mac OS更新後...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

最初は166時間残っていましたが...10分以内に解決しました!
簡単な間違いですが、まだ探していることがあるようなので、整理しておきました.