728x90
반응형
cmd, brew 등에서 실행
for windows
git config —global core.autocrlf true
for LINUX, Mac
git config —global core.autocrlf input
## 설정 확인
git config --global --list | grep core.eol
참조
728x90
반응형
'Programming-[Base] > git' 카테고리의 다른 글
GPG key to github - GNUPG, pinentry 에러 mac M1 (0) | 2023.07.28 |
---|---|
[TIL] git submodule, python setup.py와 pip, Docker CMD Bash shell (0) | 2023.05.16 |
[TIL] github Action 안돌거나 이상할 때 (0) | 2023.03.03 |
Git Commit 취소 : Reset, Revert 개념 이해하기 (0) | 2022.07.30 |
[링크] [TIL] git submodule (0) | 2021.08.05 |