Today I tried to just install tmux on cygwin and afterwards all of a sudden I was getting changes on all of my files. They all changed permissions from 100755 to 100644 out of no where and I have no way of getting rid of them... I thought git checkout -- .
or git reset --hard
would work, but as soon as I run git status
again, all the files have been modified again.
I have since removed tmux, restarted computer, completely re-cloned the repo, etc and nothing has fixed it... I have no idea what the hell is changing all my files! I know some people say just use git config core.filemode false
to tell git to not look at the changes, but thats not what I want. My IIS doesn't work with the new file permissions so I can't just ignore them and move on...
Any ideas?