From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Can I clone worg using http protocol? Date: Mon, 25 Mar 2013 08:49:52 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK7me-0006BT-0k for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 09:49:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK7mc-0008Dt-2I for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 09:49:55 -0400 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]:46118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK7mb-0008Bj-Qi for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 09:49:54 -0400 Received: by mail-la0-f43.google.com with SMTP id ek20so11417417lab.16 for ; Mon, 25 Mar 2013 06:49:52 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org On Mon, Mar 25, 2013 at 4:17 AM, Achim Gratz wrote: > Am 24.03.2013 18:52, schrieb John Hendy: >> >> $ git clone http://orgmode.org/w/worg.git > > > Try > > $ git clone http://orgmode.org/r/worg.git > > (note how the "w/" changes to an "r/"). > #+begin_example $ git clone http://orgmode.org/r/worg.git Cloning into 'worg'... fatal: http://orgmode.org/r/worg.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? #+end_example Having not much of an idea of what I'm doing, I also tried: #+begin_example $ git update-server-info http://orgmode.org/r/worg.git fatal: Not a git repository (or any of the parent directories): .git #+end_example Thoughts? John P.S. Ideally, I'd like to clone with ssh/push access via http as well. I'd love the http alternative to (if that's possible): $ git clone worg@orgmode.org:worg.git > > Regards, > -- > Achim. > > (on the road :-) > >