소프트웨어자료/깃4 Mac 에서 git 사용할 때 에러 해결. You have not agreed to the Xcode license agreements. 에러 메시지 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' 해결 방법 1. sudo xcodebuild -license 2. 엔터키 한 번 누르기 3. q 한 번 누르기 4. agree 타이핑 후 엔터 2022. 9. 25. git 오류 해결 - fatal: The current branch master has no upstream branch. 오류 메시지 fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin master 오류 상황 1. 로컬 컴퓨터에서 git init 으로 생성 2. 파일 생성 (readme, gitignore 등등) 3. git repository 생성 4. git add . 5. git commit -m "initial commit" 6. git remote add origin 주소 7. git push ----->>>> 문제발생 오류 해결 1. 터미널에 아래 입력 git push --set-upstream o.. 2022. 7. 5. 이전 1 2 다음