Problems with Git

Asked

Viewed 104 times

0

I’m setting up a central server for the repositories, but I’m having trouble doing the commit. I’m following this tutorial:

http://rberaldo.com.br/git-criando-repositorios-remotos/

But when will I do the git push origin master, it asks for the password, enter the password and then 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 someone help me?

  • See if this helps you: http://stackoverflow.com/q/6448242/540552

  • I think it is missing permission for the user to change the folder in linux

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.