How to fix Git warning: LF will be replaced by CRLF
I need help with an error when pushing to github
What is causing the Git warning: LF will be replaced by CRLF error?
How to fix Git warning: LF will be replaced by CRLF
cd "C:\Users\JMLEE\Desktop\파이썬\hw6" Git init git remote add origin https://github.com/rlaalswo1222/hw6.git git add . git status git commit -m "hw" git push origin master