[github] Updates were rejected because the remote contains work that you do

오늘도 삽질중·2022년 1월 15일
0

에러코드 공유

목록 보기
3/6
post-thumbnail

👊 git push 에러

error: failed to push some refs to 'https://github.com/내아이디/레포이름'

깃허브 gui를 통해 README 혹은 LICENSE file를 생성했기때문
(파일충돌?이 일어나는것같아 보였다.)
그러므로 git pull origin master/main명령어로 원격 레파지토리를 내 로컬로 가져온(fetch)다음 vs코드에 merege할건지 아닌지 선택해준 후 다시 add,commit,push 시도해주자

👊 fatal: refusing to merge unrelated histories

이전에 commit한 히스토리가 관련이 없다고 merge가 거절되었다.

해결: git pull origin branch name --allow-unrelated-histories

profile
의미없는 삽질은 없다1

0개의 댓글