Develop/Resolve errors 11

[Git] git add . 시 CRLF 오류날 때

warning: LF will be replaced by CRLF. 이런 오류가 났다... VS CODE로 wordcount (week2폴더) github에 올리려 했었음그래서 그냥 다른 프로젝트 올려보기로 했다. 그래서 그냥 git add . 했더니 됐다. 근데 만약 꼭 그 프로젝트를 해야한다면.../? https://stackoverflow.com/questions/17628305/windows-git-warning-lf-will-be-replaced-by-crlf-is-that-warning-tail-backwar/17628353 git config --global core.autocrlf falsegit config --global core.autocrlf truegit config --globa..

출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]