Brew -e:194를 설치하는 중 오류가 발생했습니다.

Brew -e:194를 설치하는 중 오류가 발생했습니다.

Brew를 설치할 때 오류가 발생했는데 오류가 무엇인지 잘 모르겠습니다.

 overminds-MacBook-Air:~ overmind$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
 ==> This script will install:
 /usr/local/bin/brew
 /usr/local/Library/...
 /usr/local/share/man/man1/brew.1
 Press ENTER to continue or any other key to abort
 ==> Downloading and installing Homebrew...
 -e:194: command not found: Error: /usr/bin/xcode-select returned unexpected error. --version

제가 걱정할 필요가 있나요? (저는 git 설치 튜토리얼을 따르고 있습니다).

미리 감사드립니다.

답변1

이는 해당 항목이 누락되었음을 의미 xcode-select하므로 Xcode가 설치되지 않았음을 의미합니다.

Xcode 설치을 실행하고 구성요소를 설치하도록 허용한 다음 설치를 다시 시도하십시오.

관련 정보