logo

Solution to the git warning: LF will be replaced by CRLF in … 📂Programing

Solution to the git warning: LF will be replaced by CRLF in …

Commands

git config --global core.safecrlf false

This is a warning due to the differences between Linux and Windows, but it can be ignored. Just type as shown above.