Mac OS에서 git clone을 하려고 하는데 아래와 같이 문구가 뜰 때 해결방법 You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.
Press the 'return' key to view the license agreements at '/Applications/Xcode.app/Contents/Resources/en.lproj/License.rtf' 해결 방법 아래 명령어를 Terminal 에 입력 후 비밀번호 입력 후 해결 됨을 확인할 수 있음 sudo xcodebuild -license accept 위와 같이 동의하는 화면이 뜨고 이제 다시 Clone 을 진행하면 된다. 라고 생각했지만 계속 지속적으로 git을 설치하라고 발생한다....
젠장 해결방법 2 git 명령어는 명령어 라인 개발자 도구가 필요합니다...