깃:에러

학교의 모든 지식. SMwiki
Sam (토론 | 기여)님의 2022년 7월 9일 (토) 17:20 판 (새 문서: == 개요 == 각종 에러 모음 <br /> == 에러 == === Pulling without specifying how to reconcile divergent branches is discouraged........ === pull로 땡길 때 다양한 방...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
둘러보기로 이동 검색으로 이동

개요

각종 에러 모음

에러

Pulling without specifying how to reconcile divergent branches is discouraged........

pull로 땡길 때 다양한 방식이 생겨났는데, 이 방식을 명확하게 해달라는 내용의 에러이다.

git config pull.ff only 혹은 git config --global pull.ff only 명령을 실행해준다.

Fatal: Not possible to fast-forward, aborting.

git pull --rebase