On Thu, 20 Aug 2009, Mikhail Gusarov wrote: Yeah, the way of the git certainly is beyond may times:
$ git remote origin add git://git.libssh2.org/libssh2-web.git
What is 'origin' really in that line? $ git remote origin add git://git.libssh2.org/libssh2-web.git error: Unknown subcommand: origin Hm, did you mean 'add origin' ? $ git remote add origin git://git.libssh2.org/libssh2-web.git
$ git push origin master
But no luck: $ git push origin master fatal: The remote end hung up unexpectedly (this is with git 1.5.6.5) -- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
