Hi,
On Fri, 22 Jun 2007, Raimund Bauer wrote:
$ git push slcom test:test
error: dst refspec test does not match any existing ref on the remote
and does not start with refs/.
fatal: The remote end hung up unexpectedly
error: failed to push to
'ray@softwarelandschaft.com:/home/ray/repos/drupal/multirate'
This is a completely unrelated problem!
It says that there is no branch named "test" on the remote side, and since
you could also want to push a tag, you have to say
test:refs/heads/test
here. However, I do not understand why you bother to use the :dst syntax
here, since your target name is _exactly_ the same as the source name. Why
not just
git push slcom test
Hm??
git-remote also has a problem:
$ git remote show slcom
bash: git-upload-pack: command not found
fatal: The remote end hung up unexpectedly
ls-remote --heads
ray@softwarelandschaft.com:/home/ray/repos/drupal/multirate: command
returned error: 1
That's apparently a bug in git-remote.
Ciao,
Dscho