NOTE: Do not do the following steps without commiting your data. As it clears all the git cache and it will clear all your changes in your project.
-
First disable the autoCRLF in the git config by running the following command in your terminal
git config core.autocrlf false
-
Then remove the cached files in the git. Run the following command: