Twas brillig at 15:44:20 20.08.2009 UTC+02 when daniel_at_haxx.se did gyre and gimble:
DS> Doesn't this work properly, or am I just doing it wrong?
DS> $ git clone git://git.libssh2.org/libssh2-web.git Initialized empty
DS> Git repository in /home/dast/libssh2_html/libssh2-web/.git/ fatal:
DS> no matching remote head
It's empty, so:
$ mkdir libssh2-web
$ cd libssh2-web
$ git init
$ <git add / git commit necessary files>
$ git remote origin add git://git.libssh2.org/libssh2-web.git
$ git push origin master
P.S: yes, git handling of empty repositories is totally stupid.
-- http://fossarchy.blogspot.com/
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel