Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style 오류 해결

henry·2021년 11월 2일
0

Solution

git config core.autocrlf false 
git rm --cached -r . 
git reset --hard

0개의 댓글