본문 바로가기
STUDY/🤬내가 만난 에러ㅓ정리🤬

LF will be replaced by CRLF the next time Git touches it

by 스리스리12345 2023. 3. 12.

 

git config --global core.autocrlf true 해주기

 

 

참조 : https://cocoon1787.tistory.com/728

 

[Git] "LF will be replaced by CRLF in..." 에러 해결 방법

warning: LF will be replaced by CRLF in app.js. The file will have its original line endings in your working directory The file will have its original line endings in your working directory 🚀 git add를 할 때 위와 같은 에러들이 자주 발생

cocoon1787.tistory.com

https://dabo-dev.tistory.com/13

 

[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 working directory 다음과같

dabo-dev.tistory.com

https://zzang9ha.tistory.com/324

 

[Git] - warning: LF will be replaced by CRLF 핸들링

• 안녕하세요~ 이전에 운영하던 블로그 및 GitHub, 공부 내용을 정리하는 Study-GitHub 가 있습니다! • 네이버 블로그 • GitHub • Study-GitHub • 🐔 ✔ warning: LF will be replaced by CRLF 안녕하세요~ 이번에

zzang9ha.tistory.com

 

'STUDY > 🤬내가 만난 에러ㅓ정리🤬' 카테고리의 다른 글

sts data.sql insert 에러  (0) 2023.03.11
No SLF4J providers were found.  (0) 2022.12.10
gradle-->intellij idea 로 변경하기  (0) 2022.12.04
vscode 숫자 깨짐  (0) 2022.11.19