- 윈도우
git config --global core.autocrlf true
- CRLF -> LF 로 변경
- 맥, 리눅스
git config --global core.autocrlf input
- LF를 개행문자로 인식
- 경고 메시지 감추기
git config --global core.safecrlf false
개행 관련 에러를 출력하지 않는다.
//=========
// 참고
https://www.lesstif.com/pages/viewpage.action?pageId=20776404
https://blog.jaeyoon.io/2018/01/git-crlf.html
https://git-scm.com/docs/gitattributes/1.7.3.3
https://stackoverflow.com/questions/5834014/lf-will-be-replaced-by-crlf-in-git-what-is-that-and-is-it-important
반응형
'Code' 카테고리의 다른 글
멀티 플랫폼 앱 개발 환경(프레임 워크) 리스트 정리 (0) | 2019.12.09 |
---|---|
Visual Studio 2019 설치 에러 해결 방법 (0) | 2019.12.09 |
VS Code - aleady running as asministrator 에러 해결방법 (0) | 2019.07.15 |
[Git] 실수 되돌리기 (1) | 2019.07.14 |
리눅스 쉘 스크립트 사용법 (0) | 2019.04.26 |