error
-
[Github Error] Git push 시, 오류 해결 ( Updates were rejected because the tip of your current branch is behind)STUDY/Git & Github 2021. 3. 19. 14:20
상황 새로운 레파지토리를 생성하고, 이 레파지토리를 로컬에 가져온 후 push가 정상적으로 잘 되는지 확인해보기 위해 README.md 파일을 수정한 다음, push를 하니 아래와 같은 에러가 발생한다. hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. 문제 원인 깃허브 레파지토리를 생성할 때,..