How to fix Git warning: LF will be replaced by CRLF
09:22 19 Apr 2022

I need help with an error when pushing to github

  1. What is causing the Git warning: LF will be replaced by CRLF error?

  2. 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
    
git github