fatal: will not add file alias 'filename'1 [git] fatal: will not add file alias 'filename' ('filename' already exists in index) 커밋할 때 수정하기 전 파일 이름과 수정 후의 파일 이름의 대소문자 ignorecase 때문에 생기는 오류다. 해당 git 레포지토리 폴더로가서 해당 명령어를 입력해준다. git config --global core.ignorecase false 위의 방법으로 되지 않으면 캐시 파일을 삭제한다. git rm --cached 2022. 11. 15. 이전 1 다음