Push error

When developers make git push they’re get this error:

error: insufficient permission for adding an object to repository database .git/objects

fatal: failed to write object
fatal: unpack-objects failed

The permissions of the .git/objects files 755
I can solve the error with chmod -R 775 but the problem come back again and again.

Did you check the owner/group of the gitlab directories?