git push 명령어를 실행하여 내 정보를 레포에 업로드하고자 할때 에러 메세지

Updates were rejeted because the remote contains work that you do not have locally. This is usually caused by another repository pushing

뭐 이런게 발생하면서 에러가 난다

이때는 git pull로 불러와서(fetch) 내 로컬에서다시 합친다(merge)

그리고 다시 git push하면 된다

git pull origin master
이렇게 하면 뭐 vi editor 창같은게 열리고 실제 git은 다운로드 되지 않는듯하고.. 암튼 그냥 그 상태에서 저장하면 된다

git status
git push 해도 되고 git push origin master해도 된다

암튼 그렇다

'나는 노동자 > 이런저런 Tip' 카테고리의 다른 글

git push 시 crumb was ....  (0) 2019.12.11
git empty commit 빈 커밋  (0) 2019.12.11
jenkins docker.sock permission denied  (0) 2019.12.06
minikibe dashboard error  (0) 2019.12.04
git fatal: unable to access  (0) 2019.04.18

+ Recent posts