git 대소문자 구별
2021. 12. 21. 18:11ㆍ기타/Git
git stage에 올릴 시 대소문자를 구별을 안하여 반영 후 에러가 터지는 경우 있다.
git config core.ignorecase false
해당 명령어를 통해 구별 설정
'기타 > Git' 카테고리의 다른 글
유용한 git action 모음 (2) | 2025.04.10 |
---|---|
[Git 에러] fatal: Could not read from remote repository. (0) | 2024.02.21 |
Git연동(PAT(Personal Access Token), SSH) (0) | 2022.01.06 |
[git ERROR] Your account is suspended. Please check with your installation administrator (0) | 2021.11.26 |
git index.lock (0) | 2021.11.26 |