목록Git (1)
그라가승훈
warning: LF will be replaced by CRLF in (경로) The file will have its original line endings in your working directory git add 할때 다음과 같은 오류가 나오는 경우가 있다. core.autocrlf 를 켜주면 된다. window git config --global core.autocrlf true MAX git config --global core.autocrlf input
Git
2022. 8. 5. 15:25