I'm trying to add a few files to git.
Issue is I'm having this error fatal: Impossible de créer '/home/andy_k/Documents/dev/forsure/.git/index.lock' : Permission not granted
According to this answer, doing a rm -f ./.git/index.lock
should be enough.
But there is no such file.
Any ideas on what should be my next step?
Thanks