I am using Cygwin on Windows 8. I've installed git version 2.1.4 through the Cygwin installer. When I run $ git add -i I get a fatal: cannot exec 'git-add--interactive': Permission denied
I've chmoded the file that I would like to add as well as the folder containing the file, and even /usr/libexec/git-core and git-add--interactive to 755. I've also chgrped the group from None to Users in both folder, as well both the file and git-add--interactive. It's really bugging me because I do not have the same problem on MsysGit. Any ideas/suggestions?