개발 잘 하고 싶다 => 알고 쓰자/ERROR(삽질) 모음
[Git] error: Pulling is not possible because you have unmerged files.
$ git pull
error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
git pull 시 수정된 파일끼리 충돌하여 발생하는 에러?
아래 명령어로 해결
git fetch origin
git reset --hard origin/main
'개발 잘 하고 싶다 => 알고 쓰자 > ERROR(삽질) 모음' 카테고리의 다른 글
[Git] Updates were rejected because the tip of your current branch is behind (2) | 2021.12.03 |
---|---|
[mac] Unknown command: cask (2) | 2021.11.08 |
[MySQL] time_zone 설정 (그리니치 표준시 -> 한국시간) (4) | 2021.07.31 |
[MySQL] Access Denied for User 'root'@'localhost' (using password: YES) 에러 해결 방법 (5) | 2021.07.28 |
[Git] Please commit your changes or stash them before you merge. 에러 (0) | 2021.07.27 |
댓글