Github2 Mac에서 Git 사용 시 다음과 같은 오류가 발생한다면... 만약 Git 사용 시 다음과 같은 오류가 발생한다면... Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo 다음과 같이 조치하면 된다.1. 터미널 실행2. "sudo xcodebuild -license" 입력You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode. Hit the Enter key to view the license agreements at '/Applications/Xcode.app/Contents/Resource.. 2017. 1. 8. Git 명령어 mkdir : 저장소를 만드는 명령어. make directory의 준말 ex) mkdir ~/AndroidStudioProjects ~/ : 최상위 저장소를 의미 ex) ls ~/ cd : 저장소를 변경. change directory를 의미 ex) cd AndroidStudioProjects git init : 해당 저장소가 로컬 깃 저장소라고 컴퓨터에게 말해주는 것. ex) git init touch : "create" 만드는 것을 뜻한다. ex) touch Readme.txt git status : 현재 저장소의 상태를 command 창에 디스플레이 한다. ex) git status git add : 현재 저장소에 해당 파일을 추가한다는 명령어 ex) git add Readme.txt git co.. 2016. 8. 13. 이전 1 다음