I receive the following error when doing a simple git pull
:
remote: Azure Repos
remote: Found 357 objects to send. (13 ms)
Receiving objects: 100% (357/357), 915.27 KiB | 614.00 KiB/s, done.
Resolving deltas: 100% (232/232), completed with 44 local objects.
error: unable to write file .git/objects/pack/pack-a1106a9b7ac7c2f544e979878a1468e633e5fb94.pack: Permission denied
fatal: cannot store pack file
fatal: index-pack failed
This appears to be a new problem but as far as I can figure out, nothing fundamental has changed on my machine since my previous successful pull.
I have tried to run the shell as admin but this too does not make a difference.
I am also able to create and delete files as per normal into this folder.