Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

dearbeany

[오류해결] error: Pulling is not possible because you have unmerged files. 본문

Algorithm

[오류해결] error: Pulling is not possible because you have unmerged files.

dearbeany 2022. 5. 1. 15:00

git pull 시 나오는 오류 해결

git status로 로컬에서 변경/추가 한 파일을 모두 삭제해도 해결이 안 됐었다

git reset --hard FETCH_HEAD

커맨드를 치고 다시 풀 하니 정상작동!

git pull