일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 그래프
- 백준 18310번
- 백준 1253번
- 백준 1331번
- 그리디
- Python
- 자바
- 백준
- javascript
- 다이나믹 프로그래밍
- MySQL
- AWS
- 모각코
- 깃헙
- HUFS 모각코 캠프
- 백준 16918번
- ubuntu
- 백준 15787번
- 백준 1987
- 명품자바
- 알고리즘
- react
- SWEA 15612번
- 다이나믹프로그래밍
- java_programming
- 백준 2512번
- 머신러닝과 딥러닝
- 백준 3085번
- SQL
- 백준 17451번
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