728x90
git Error 발생
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 -u origin +master
728x90
'git' 카테고리의 다른 글
git stash 방법 (0) | 2024.06.10 |
---|---|
다른 컴퓨터 사용시 local branch가 remote branch를 tracking하지 못할 경우 (0) | 2024.06.02 |
git reject 문제 (0) | 2024.01.29 |
git 명령어 사용법 (0) | 2023.12.26 |
On branch master nothing to commit, working tree clean (2) | 2023.12.23 |