gitclone 에러

    Github clone 할때 xcode agreement 에러 해결 방법

    맥북에서 git clone 으로 파일을 다운로드 받을때 발생하는 문제 git clone 명령어가 안되거나, "Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo." 와 같은 메세지가 나와서 xcode agreement 에 관련한 내용을 읽어야 하는 문제가 발생했다. 아래와 같은 명령어를 치면 해결이 된다. sudo xcodebuild -license accept