Answers for "warning: lf will be replaced by crlf sourcetree error"

5

warning: LF will be replaced by CRLF in

$ git config --global core.autocrlf input
Posted by: Guest on July-19-2020
6

warning: LF will be replaced by CRLF

git config --global core.autocrlf true
Posted by: Guest on October-08-2020
0

warning: LF will be replaced by CRLF

git config --global core.autocrlf false
Posted by: Guest on April-04-2021
0

fatal: LF would be replaced by CRLF in package.json

$ git config --global core.autocrlf false
$ git config --global core.safecrlf false
Posted by: Guest on April-08-2021

Code answers related to "warning: lf will be replaced by crlf sourcetree error"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language