Answers for "unable to create .git/index.lock': permission denied"

0

unable to create .git/index.lock': permission denied

I needed to change the group of my .git folder and its contents:

sudo chown -R <owner>:<group> .git

needed to change the permission of this folder:

sudo chmod -R 775 .git
Posted by: Guest on March-29-2022

Code answers related to "unable to create .git/index.lock': permission denied"

Browse Popular Code Answers by Language