반응형
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 |
Tags
- CLASS
- 티스토리챌린지
- pytorch
- Android
- 스팸
- 맛집
- TTS
- ChatGPT
- string
- ros
- linux
- socketio
- no space left on device
- 딥러닝
- timm
- 분당맛집
- opencv
- error
- 터미널
- openAI
- 판교
- 오블완
- humble
- CUDA
- tensorflow
- ubuntu
- ROS2
- Torch
- GPT
- python
Archives
- Today
- Total
목록git #error (1)
RoBoLoG

분명히 수정을 하고 git add와 git commit을 했는데, git push를 하니 Everything up-to-date 문구가 뜹니다. 실제 수정사항도 git에 반영되어있지 않습니다. 우리는 어떻게 이 문제를 풀어나갈 수 있을까요...? 1. 먼저 git status로 현재 git branch 상태를 확인 git status 그랬더니 아래와 같이 HEAD detached from ~~ 문구가 뜹니다.. HEAD detached from 408c5ddc nothing to commit, working tree clean "HEAD detached from " 메시지는 현재 작업 중인 커밋이 브랜치에 연결되어 있지 않고, 직접 커밋 해시값으로 작업 중인 상태를 의미합니다. 이는 일반적으로 브랜치를 ..
Error Solution/Etc
2023. 7. 18. 08:52