From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Can I clone worg using http protocol? Date: Mon, 25 Mar 2013 15:33:09 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK8SJ-00053o-8x for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 10:33:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK8SH-0006Zj-QQ for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 10:32:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:55237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK8SH-0006ZU-K1 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 10:32:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UK8Sd-0003Qp-NV for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 15:33:19 +0100 Received: from p5b14d412.dip.t-dialin.net ([91.20.212.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 15:33:19 +0100 Received: from Stromeko by p5b14d412.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 15:33:19 +0100 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: emacs-orgmode@gnu.org 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): You can't have authenticated push access via HTTP using SSH keys. You could maybew use SSH tunneling via HTTP. Regards, -- Achim. (on the road :-)