I seem to have permissions issue with a git repository.
I git this error when I pull in a directory my Linux user did not create.
fatal: Unable to create '/home/---/.git/ORIG_HEAD.lock': Permission denied
My user is a member of a group called grp. I changed every file to grp:grp
and I still cannot pull.
Is there any thought on why this happens? For what it's worth I changed the actual /git/REPOSITORY
files also to grp:grp
.
Of course, when I use sudo
I can pull fine but I prefer not to do it this way.