저는 Mac 사용자의 초보자입니다. 나는 거기에 볼 수있는 gcc
, git
은 "에 등 /usr/bin
"폴더에 있습니다. 그러나 사용하고 싶을 때 다음과 같은 프롬프트가 표시됩니다.
MacBook-Pro:~ nan$ git
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
MacBook-Pro:~ nan$ gcc
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
그것은 내가 설치해야합니다 뜻 xcode
사용 gcc
하거나 git
, 정말 고마워 사전에!
/usr/bin/git
호출xcode-select
하면 오류가 발생하므로/usr/bin/git
설치된 개발자 도구 버전에서 선택하는 래퍼 일 수 있습니다. developer.apple.com/library/mac/documentation/Darwin/Reference/…의