Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- label
- SSH
- Linux
- Numpy
- pip
- windows forms
- VS Code
- 오류
- error
- Docker
- 핑거스타일
- LIST
- OpenCV
- paramiko
- ubuntu
- pytorch
- Selenium
- 프로그래머스
- YOLO
- Visual Studio
- 기타 연주
- 채보
- Python
- C#
- 컨테이너
- mysql
- C++
- C
- pandas
- JSON
Archives
- Today
- Total
기계는 거짓말하지 않는다
git error: Pulling is not possible because you have unmerged files. 본문
Git
git error: Pulling is not possible because you have unmerged files.
KillinTime 2023. 1. 13. 22:50
error: Pulling is not possible because you have unmerged files.
git pull을 사용할 경우 위와 같은 에러 메시지를 보는 경우가 있다.
git commit -am "commit message"
위 명령어를 사용하여 해결할 수 있다.
'Git' 카테고리의 다른 글
git log / git status (commit 기록 확인 / 파일 상태 확인) (0) | 2023.01.13 |
---|---|
Git 특정 브랜치 클론 (branch clone) (0) | 2022.11.11 |
git add 오류 warning: adding embedded git (0) | 2022.10.01 |
Git push 오류: Updates were rejected because the remote contains (0) | 2022.06.23 |
Git 자주 사용되는 명령어 (생성 ~ 사용) (0) | 2021.10.05 |
Comments