Archive Index
This month's Index
|
Subject: Re: libssh2-web
Re: libssh2-web
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 20 Aug 2009 22:58:16 +0200 (CEST)
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
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
(this is with git 1.5.6.5)
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2009-08-20 |