Git untracked/unstaged files right after clone
问题 I make clone of a git repository, and right after it I get untracked and unstaged (modified/deleted) files in git status . Then I set fileMode=false for Mac, and several files go away from unstaged. But I cannot understand what to do with the others. I've tried a bunch of things from stackoverflow and other places, but nothing helps. So my question is why I get all these untracked / unstaged files right after cloning the repo, and how to fix it. I use Mac for development, but I've tried to