git의 설치가 손상된 것 같습니다. 어떻게하면 개발자 도구가 손상된 것 같습니다.
git을 실행하려고하면이 오류가 발생합니다. 이는 / usr / bin / git 및 / opt / local / bin / git (MacPorts에서) 모두에서 발생합니다.
cook47@rcmac (RC_bash_lib (master)): /usr/bin/git pull
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Xcode를 실행하고 라이센스에 동의했습니다. 나는 달리기를 시도 xcode-select --install
하고 또 다른 오류가 발생했습니다.
cook47-a@rcmac (current_projects): sudo xcode-select --install
Password:
xcode-select: error: no developer tools were found, and no install could be requested (perhaps no UI is present), please install manually from 'developer.apple.com'.
원격 저장소는 문제가되지 않습니다.
이 오류를 인터넷 검색 한 후 OS X 10.9.5 및 XCode 6.2 용 Apple에서 commandlinetools 설치 프로그램을 다운로드했습니다. 성공적으로 설치되었습니다. 그러나 git은 여전히 깨졌으며 xcode-select --install
여전히 동일한 오류가 발생합니다.
또한 시도했지만 xcodebuild -license
계약에 동의하라는 메시지가 표시되지만 동의 한 후에는 변경하지 않습니다. 여전히 망가 졌어
이것은 나를 완전히 혼란에 빠뜨렸다. 이것은 어제 작동했습니다! 업데이트가 무언가를 바꿨을 가능성이있는 정부 환경에서 일하고 있기 때문에 무엇이 바뀌 었는지 정확히 알 수 없습니다.
아무도 내가 다시 일할 수있는 방법을 알고 있습니까? 나는 Xcode와 커맨드 라인 도구를 핵 공격하고 다시 설치하려고했지만 아무 소용이 없습니다. MacPorts의 git과 / usr / bin / git 모두 동일한 오류 메시지를 제공합니다.
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Xcode를 다시 설치 한 후 실행 했습니까 ? 또한 Xcode 자체가 작동하고 프로젝트를 빌드합니까? git은 Xcode에서 작동합니까?