git pull-push giving error
- by ntidote
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.