git pull-push giving error

Posted by ntidote on Server Fault See other posts from Server Fault or by ntidote
Published on 2012-03-21T05:41:20Z Indexed on 2012/03/27 5:31 UTC
Read the original article Hit count: 194

Filed under:

Hi i cloned a local repository on another server http://localipaddress/git/project . It created an empty repository. When i tried to pull from the repository, it gave me an error

Your configuration specifies to merge with the ref 'master' from the remote but no such ref was detected.

On push i get the following message

error:Cannot access url "http://localipaddress/git/project" , return code 22 . Fatal git-http-push failed

What could have been wrong.

© Server Fault or respective owner