일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 백준 16918번
- 그래프
- 백준 2512번
- 백준 1253번
- 다이나믹프로그래밍
- ubuntu
- 백준 1331번
- 자바
- 머신러닝과 딥러닝
- 백준 3085번
- 백준 1987
- 백준 17451번
- 백준 15787번
- 알고리즘
- MySQL
- 다이나믹 프로그래밍
- SQL
- 명품자바
- HUFS 모각코 캠프
- java_programming
- 백준
- 깃헙
- Python
- 그리디
- 백준 18310번
- javascript
- SWEA 15612번
- react
- 모각코
- AWS
Archives
- Today
- Total
차곡차곡
[Error] git commit 에러 (Committing is not possible because you have unmerged files) 본문
Github
[Error] git commit 에러 (Committing is not possible because you have unmerged files)
sohy 2022. 5. 15. 00:47문제 상황
git add . 후 git commit 해줬더니 해당 에러 발생. 이는 로컬과 원격에 같은 파일이 있는데 그 로컬에서 아직 merge가 되지 않았다고 인식했기 때문이다.
문제 해결
git commit -am '커밋메시지'
참고 자료 : https://velog.io/@nsunny0908/git-GitCommitting-is-not-possible-because-you-have-unmerged-files
'Github' 카테고리의 다른 글
[Error] git push 에러 (fatal: The remote end hung up unexpectedly) (0) | 2022.08.20 |
---|---|
[Error] git pull 에러 (Your local changes to the following files would be overwritten by merge) (0) | 2022.05.15 |
Comments