VS2013 has built in git support. Working with repos on C:\ (NTFS) is fine. However, working with repos on F:\ (EXT3 via ext2fsd) yields this error:
An error occurred. Detailed message: An error was raised by libgit2. Category = Invalid (Error).
Failed to open directory 'F:/aolney/research_projects/boredom/code/turk/SilverTurk/.git/objects/pack/'
This error has previously been reported for deeply nested folders, but I also tried creating a new repo at F:/aolney/repos and it failed with the same error.
In all other respects, ext2fsd is working great. Ext2fsd 0.52 is installed. Machine is Win 8.1 Pro, x64. Git version is 1.8.3. VS2013 version is ultimate update 2.
The above error occurred when trying to check in to a new local repository, but the same error (with different path) occurs for all git operations I've tried.
I can use the git gui tool on the F:/ drive (EXT3) which makes me think this is some weird interaction between VS2013, git, and ext2fsd