상황
- 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
자세한 설명 및 참조
blog.jaeyoon.io/2018/01/git-crlf.html
'프로그래밍 > 오류 및 기타' 카테고리의 다른 글
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 |