以下のようなエラーで動作しない
% git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:/Library/Developer/CommandLineTools/usr/bin/xcrun
以下のコマンド → 同意 → インストール
% xcode-select --install
うまくいかない場合
% sudo xcode-select --reset
OSXのアップグレード時には恒例のエラーらしい………
「だうんろーどできない」とか言って、うまく行かない
ここから Command Line Tools for Xcode の最新版をダウンローしてインストール
% xcrun xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer), missing xcrun at: /Applications/Xcode.app/Contents/Developer/usr/bin/xcrun
なんか、昔からの方のDirにxcrunがある……
sudo xcode-select --switch /Library/Developer/CommandLineTools
これで、Pathを変更して動いた 1)