On Tue, Jul 17, 2012 at 8:40 PM,
<matt....@gmail.com> wrote:
We're running into an issue with one of our large projects (17k files) where we hit the error: fatal: unable to write new index file, git did not exit cleanly (exit code 128). This seems to happen semi-randomly - sometimes switching branches and sometimes on pulls. While this is random, I've seen it occur on every developer's machine at one point or another.
At this point, I don't know what's left to try. Has anyone run into this issue and solved it? Any suggestions otherwise?
I've seen this behaviour when developers are using Git Extensions inside of visual studio, it appears to lock files within .git :(
Have you used a tool like 'unlocker', or sysinternal's process explorer to see what locks are open in the folder when the problem happens ?
- CJ.