반응형
원인
원격 저장소를 업데이트 한 후 git pull (= git fetch; git merge) 전에 로컬 저장소를 편집하여 commit 한 경우등에 발생
관련 자료
https://stackoverflow.com/questions/13106179/fatal-not-possible-to-fast-forward-aborting
Fatal: Not possible to fast-forward, aborting
Why is Git not allowing me to fast forward merge anymore? If I try to force it using --ff-only, I get the message "fatal: Not possible to fast-forward, aborting." I realize that there are huge
stackoverflow.com
728x90