[오류] git merge 할때 Try simple merge with origin

옥수수의 코딩이야기·2023년 2월 12일
0

에러

목록 보기
12/18
post-thumbnail

문제
1. 입력 : git merge origin (브랜치)
2. 에러 출력 : Try simple merge with origin

해결방법

git reset(-> 커밋하라는 안내)
git commit -m "fix"(-> index.lock을 삭제하라는 메시지)
code git 실행 => index.lock 삭제
git commit -m "fix"
git push origin (브랜치)
profile
프론트엔드 공부중 기억은 블로그가 대신합니다.

0개의 댓글