I get the following error when trying to commit to local storage:
error: insufficient permission for adding an object to repository database .git/objects
I created another repository to compare permissions .git, .git/objectsand everything works fine in the new repository, and the permissions are the same as for drwxr-xr-x.
What could be causing this error?
dmz73 source
share