「Mac/インストール/git」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==インストール== brew install git」) |
|||
| 行1: | 行1: | ||
==インストール== | ==インストール== | ||
brew install git | brew install git | ||
| + | |||
| + | ==El Capitanにした時のエラー== | ||
| + | エラー内容 | ||
| + | xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun | ||
| + | |||
| + | 修正 | ||
| + | xcode-select --install | ||
2016年3月29日 (火) 22:18時点における版
インストール
brew install git
El Capitanにした時のエラー
エラー内容
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
修正
xcode-select --install
