상황
- git에 업로드 하는 git add 상태에서 에러 메세지 출력
warning: LF will be replaced by CRLF in pom.xml
The file will have its original line endings in your working directory
해결 방안
git config --global core.autocrlf true
자세한 설명 및 참조
[Git 경고 메세지] LF will be replaced by CRLF in 해결 방안
안녕하세요(・∀・)ゞ Git을 설치하고 GitBash에서 git add 명령어를 입력했는데 git add bora.txt warning: LF will be replaced by CRLF in bora.txt. The file will have its original line endings in your..
dabo-dev.tistory.com
blog.jaeyoon.io/2018/01/git-crlf.html
Git 에러 CRLF will be replaced by LF (혹은 반대) 핸들링하는 방법
맥/리눅스 이용 개발자와 윈도우 개발자가 협업할 때 왜 발생할까? 터미널에 git 명령어를 입력했는데 다음과 같은 에러가 뜨는 경우가 있다: ```bash warning: CRLF will be replaced by LF in some/file
blog.jaeyoon.io
'프로그래밍 > 오류 및 기타' 카테고리의 다른 글
ORA-28001 : the password has expired (패스워드 만료) (0) | 2021.04.23 |
---|---|
[SpringFramework] 파일의 업로드 처리 (0) | 2021.02.23 |
[Github] Updates were rejected because the remote contains work that you do (0) | 2020.12.24 |
java.sql.SQLException: 지원되지 않는 문자 집합(클래스 경로에 orai18n.jar 추가): KO16MSWIN949 (0) | 2020.12.11 |
Tomcat 오류( Could not delete xxx, May be locked by another process) (0) | 2020.11.01 |