커밋할 때 수정하기 전 파일 이름과 수정 후의 파일 이름의 대소문자 ignorecase 때문에 생기는 오류다.
해당 git 레포지토리 폴더로가서 해당 명령어를 입력해준다.
git config --global core.ignorecase false
위의 방법으로 되지 않으면 캐시 파일을 삭제한다.
git rm --cached <file>
반응형
'도구 > Git' 카테고리의 다른 글
[Git] master -> main 합치기 (덮어쓰기) (0) | 2023.12.07 |
---|---|
[GitHub] GitHub 인증 오류 해결 : https-urls for information on currently recommended modes of authentication. (0) | 2023.10.12 |
[Jenkins] jenkins github 연결하기 (0) | 2022.05.25 |
[github] Git Action 이용해서 티스토리 게시글 깃허브에 업로드하기 (0) | 2022.04.14 |
[Gitlab] gitlab cicd 사용해 docker image 배포 (0) | 2021.11.03 |