Twas brillig at 15:44:20 20.08.2009 UTC+02 when [email protected] 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/

Attachment: pgpccpkTmXema.pgp
Description: PGP signature

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to