Git clone, a repo didn't change anything, git status just deleted a lot of files. What's going on?

clipboard.png

  • list items
Git
Mar.01,2021

A problem with newline characters.

you can configure core.autocrlf to resolve. formatting and whitespace

I generally configure false :

git config --global core.autocrlf false

may also be the project configuration file of ide


I have added the problem


have you solved

Menu