git
[Git] 오류 : LF will be replaced by CRLF in 해결하기
study_memo
2023. 9. 29. 10:28
git bash 에서
git config --global core.autocrlf true
을 입력했더니 해결되었다.