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
- windows forms
- 기타 연주
- C#
- Visual Studio
- Python
- 컨테이너
- YOLO
- 오류
- SSH
- ubuntu
- VS Code
- pytorch
- nvidia-smi
- C
- Docker
- pip
- JSON
- 프로그래머스
- Linux
- C++
- mysql
- OpenCV
- Selenium
- 채보
- pandas
- Numpy
- error
- 핑거스타일
- label
- paramiko
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:50error: 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