Git 오류 해결: “Cannot pull into a repository with state: MERGING_RESOLVED” 문제 해결 방법

Git에서 git pull을 실행할 때 다음과 같은 오류가 발생할 수 있습니다. Pulling 1 repositoryCannot pull into a repository with state: MERGING_RESOLVEDCannot pull into a repository with state: MERGING_RESOLVED 이 오류는 Git이 병합(Merge) 과정에서 MERGING_RESOLVED 상태로 남아있어 git pull을 실행할 수 없는 경우 발생합니다.즉, 병합 충돌이 해결된 상태지만 아직 커밋(commit)이 완료되지 더 읽기