본문 바로가기
Tools/Git

[Git] git push가 안될 때

by 김크롱 2020. 7. 25.

에러 메시지

refusing to merge unrelated histories

 : 원격저장소와 지역저장소의 히스토리에 공통점이 없어서 서로 다른 프로젝트로 인식함

 

 

해결 명령어

git pull origin 브런치명 --allow-unrelated-histories

 :  두 프로젝트를 병합함