Windows with Cygwin git file permissions
Cygwin and git can lead to file mode confusion: 644
vs 755
.
Fix
Set core.fileMode=false
recursively:
git_filemode_windows.py
Categories: windows
Cygwin and git can lead to file mode confusion: 644
vs 755
.
Set core.fileMode=false
recursively:
git_filemode_windows.py
Categories: windows