I am creating a repository in git with the git init
command and then git add
, the problem I have is that the git bash
shows me a warning that I show next:
warning: LF will be replaced by CRLF in assets / plugins / bootstrap-treeview-master / tests / tests.js.
I already read a bit about the warning and put the following line:
git config --global core.autocrlf false
But the message keeps coming up. How can I solve it?