You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.
Hit the Return key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf'
Mac에서 git init을 입력했을때 나오는 에러이다.
보통 초기화된 맥북에서 자주 발견되는 듯 하다.
해결방법은 다음과 같다.
1. sudo xcode-select --reset
2. 앱스토어에서 Xcode를 다운받아서 실행한다.
3. terminal을 열고 다음 명령어들을 순서대로 실행한다.
sudo xcode-select --install
sudo xcode-select --switch /Applications/Xcode.app
sudo xcode-select --switch /Library/Developer/CommandLineTools
'개발 > Mac' 카테고리의 다른 글
Konlpy TypeError: startJVM() got an unexpected keyword argument 'convertStrings' (0) | 2020.10.04 |
---|---|
맥북 팬소리 조절해주는 유틸 (0) | 2020.10.01 |
Mac에 android studio에 adb 환경변수 설치하기 (0) | 2020.09.18 |
Mac에서 OpenCV 구동하기 (0) | 2020.05.21 |
[MAC] 아나콘다 설치 후 환경변수 등록하기! (0) | 2020.02.12 |