aider icon indicating copy to clipboard operation
aider copied to clipboard

Unable to read staged files: Unsupported git index version 3, only 1 and 2 are supported

Open sanderlegit opened this issue 5 months ago • 0 comments

Issue

Any idea of workarounds or when this can be fixed?

If you can point me in the direction of the issue, I can also take a look.

Workaround for me was (but didn't work)

❯ git update-index --show-index-version
3

❯ git update-index --index-version=2

❯ git update-index --show-index-version
3

Version and model info

aider 0.86.1

sanderlegit avatar Nov 06 '25 10:11 sanderlegit