I've recently updated Visual Studio to 17.8 and since then I can no longer do a Git commit.
The error it displays at the top of the Git panel is: Git failed with a fatal error error: open ("......\FileContentIndex...vsidx"):Access Denied
I'm running in Administrator mode, and I've removed the read only access from the repo folders. I've tried deleting the FileContentIndex but VS just recreates it. Tried Git add . but still cannot access index file. Tried it reset with no success.
Somehow this index file is preventing me from committing my changes. There's no options to disabled indexing. I'm running Visual Studio Professional 2022 17.8.2 (Not preview)