반응형
git push -u origin master 입력시 오류발생
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
git pull 입력 후
다시
git push -u origin master
반응형
'● IDE, System > Git' 카테고리의 다른 글
git add, git commit 취소하기 (0) | 2021.02.05 |
---|---|
깃허브에 이미지, 링크 넣기 (0) | 2021.02.02 |
[Git] 깃허브 시작하기. 총정리 (init, add, commit, push, pull) (0) | 2021.02.01 |
git push 에러 발생 해결방법 (0) | 2019.07.03 |
git clone, push, pull 하기 (0) | 2019.06.21 |