When I try to commit changes to local repo, I have got following message:
fatal: unable to write new_index file
|
|
||||
|
|
|
As this thread illustrates, this is usually a disk space issue:
Note: you can also see it for
|
|||||||
|
|
If you are using TortoiseGit, this error (or more recently: error: Unable to write index.) is very likely caused by having TortoiseGit icon overlays enabled. To disable icon overlays, go to: TortoiseGit > Settings > Icon Overlays and set Status cache to None. This may be fixed in a future version of TortoiseGit, but for now it seems to be common. |
|||||||
|
|
I was getting the same error while I was merging a git repo that was sshfs mounted. There was no shortage of space anywhere. In my case the solution was to add an -o workaround=rename option to the sshfs mount command. Like so: sshfs -o idmap=user -o uid=[lokal uid] -o gid=[lokal gid] -o workaround=rename [host]: [mountpoint] |
||||
|
|
|
I have found solution. Just need to free some disk space. |
|||||||
|
|
I have followed every solution here and none of them worked. I have no shortage of disk space, I have disabled Windows Defender, disabled icon overlays and whatnot. I had tons of files to import and maybe this was causing the problem (I had I simply opened "Git Bash" and issued a number of |
|||
|
|
|
I was having this issue, but I was able to commit with msysgit. I updated tortoisegit, and also noticed that my msysgit version was not in sync with tortoise git. I'm not sure if the latest version fixed it, or if it was due to having different versions of tortoise and msysgit. Anyway, another thing to check. It all started working after updating them both to TortoiseGit 1.7.10.0 git version 1.7.10.msysgit.1 |
|||
|
|
|
I used Unlocker on |
|||
|
|