From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: git repository via http broken Date: Tue, 26 Jun 2012 11:14:09 -0400 Message-ID: <87pq8mm7ge.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjXTA-0006VY-DA for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 11:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjXT3-0002t9-Jg for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 11:14:19 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:35108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjXT3-0002su-Ft for emacs-orgmode@gnu.org; Tue, 26 Jun 2012 11:14:13 -0400 In-Reply-To: (Jakob Lombacher's message of "Tue, 26 Jun 2012 14:24:07 +0200") 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: Jakob Lombacher Cc: emacs-orgmode@gnu.org Jakob Lombacher writes: > It seems that git via http doesn't work anymore. > > -- >>> git clone http://orgmode.org/w/org-mode.git > fatal: http://orgmode.org/w/org-mode.git/info/refs not found: did you > run git update-server-info on the server? Hi Jakob, Wrong URL maybe? git clone http://orgmode.org/org-mode.git seems to work here. I think the /w/ URL is wrong. If you confirm that the above URL works without the /w/ I can fix the Worg page. Regards, Bernt > > -- > > Via git protocol it works just fine, but unfortunately the firewall in > my company restricts me to http. > Can anybody fix this? I'think the post-update-hook isn't set. > > Jakob > > Btw. > Here (http://orgmode.org/worg/org-contribute.html) are two different > url's given (http://orgmode.org/w/org-mode.git and > http://orgmode.org/org-mode.git). This is confusing.