티스토리 뷰
git(깃)&github(깃헙)
[github/git] warning: LF will be replaced by CRLF in error/warning 해결
개발자 고포고 2021. 11. 13. 23:42반응형
[에러/error] 아래 메세지 발생
warning: LF will be replaced by CRLF in file.ts
The file will have its original line endings in your working directory
[원인]
플랫폼에따라 줄바꿈처리가 달라서 git에서 충돌이 발생하는것
[해결]
crlf를 git 수준에서 자동처리하여준다
git config --global core.autocrlf true
#warning #lf #crlf #error #core.autocrlf #git #github #return #충돌 #collision
반응형
'git(깃)&github(깃헙)' 카테고리의 다른 글
[git/github] 나에게 필요한 git 셋팅 (0) | 2022.12.28 |
---|---|
[git/github] 로그 예쁘게보기 (0) | 2022.12.27 |
[git/guthub] 100mb이상 용량 깃헙에 올리기 (0) | 2021.11.25 |
[github(깃헙)/commit(커밋) 규칙] 아주 간단한 commit의 기본규칙 (0) | 2021.11.17 |
[git(깃)/vscode] 윈도우 환경에서 git 설치 및 VSCode에서 bash 활성화(default) 방법 (0) | 2021.11.12 |
댓글
반응형