git push -u master master 에러
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to '깃헙 리포지토리 주소'
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.
해결 방법
git push master +master
발생원인
.gitignore 파일 또는 README.md 파일로 인해 발생한다고 한다.
'TIL' 카테고리의 다른 글
[Git] 기존 원격 저장소를 삭제하고 다시 추가하고 싶을 때 (1) | 2023.10.29 |
---|---|
[Git Error] LF will be replaced by CRLF the next time Git touches it 해결 (0) | 2023.10.29 |
[IntelliJ Error] Commit checks failed (Windows) (1) | 2023.10.25 |
[IntelliJ Warning] Lombok requires enabled annotation processing (Windows) (0) | 2023.10.25 |
[스프링 ERROR 해결] MySQL 연동 (0) | 2023.10.22 |