1 에러 상황
언어 : Python
상황 : git pull origin master를 했더니 발생함
2 Error Message
Pull is not possible because you have unmerged files
3 해결 방법
git status
♬ 상태를 보여주는 명령어
git commit -am '커밋메시지'
'Programming > Error' 카테고리의 다른 글
Error :: ValueError: too many values to unpack (0) | 2023.04.18 |
---|---|
Error :: Your local changes to the following files would be overwritten by checkout (0) | 2023.04.16 |