LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'package-lock.json', LF will be replaced by CRLF the next time Git touches it warning: in the working copy of 'package.json', LF will be replaced by CRLF the next time Git touches it 이 경고 메시지는 Git이 파일의 끝에 있는 줄바꿈(LF) 문자를 Windows 스타일의 줄바꿈(CRLF)으로 변환할 것이라고 알리는 것입니다. 이러한 경고는 보통 Git 설정이 Windows 환경에서 자동으로 줄바꿈 문자를 변환하도록 설정되었을 때 발생합니다. 이 문제를 해결하기 위해 몇 가지 접근 방법이 있습니다..gita..
IT 일반
2024. 4. 30. 17:12