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 10:07:35 -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]:34834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK8zq-0002HA-QZ for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 11:07:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK8zp-00032r-BN for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 11:07:38 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:63213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK8zp-00032l-2a for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 11:07:37 -0400 Received: by mail-la0-f48.google.com with SMTP id fq13so11374072lab.7 for ; Mon, 25 Mar 2013 08:07:36 -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 9:33 AM, Achim Gratz wrote: > Am 25.03.2013 14:49, schrieb John Hendy: > >> $ 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? > > > It looks like thios for of HTTP access has been switched off in preference > to cgit. > > >> $ git update-server-info http://orgmode.org/r/worg.git >> fatal: Not a git repository (or any of the parent directories): .git > > > This is something that should be done on the server. It generates some > files with info that can otherwise be obtained via the Git protocol. > > >> 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): Good to know. So the definitive answer is, "No." > You can't have authenticated push access via HTTP using SSH keys. You could > maybew use SSH tunneling via HTTP. Eh. Not that critical. I'll just have to not be at work to push or pull. I imagine that the majority of Worg pullers are wanting to push as well, so there probably isn't a huge motivation to have http enabled for pull if you can only push with git. Thanks! John > > > > Regards, > -- > Achim. > > (on the road :-) > >