I'm setting up a central server for repositories, but I'm having a hard time making the commit . I'm following this tutorial:
But when I go to git push origin master
, it asks for the password, I enter the password and then it returns this message:
Counting objects: 3, done.
Writing objects: 100% (3/3), 223 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository
database ./objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://[email protected]/home/Git_Central/Git_Elohim
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'ssh://[email protected]/home/Git_Central/Git_Elohim'
Can anyone help me?