I am having issues with my git on a windows machine. I always have some git files that are modified in every repo, the files that show as modified are same.
If I clone
It's line endings issue. Set this on your windows machine:
git config --global core.autocrlf true