From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Re: Git repo not cloneable? Date: Fri, 2 Mar 2012 08:29:46 -0500 Message-ID: References: <878vjj5t5l.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3SYT-0004u8-HQ for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 08:29:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3SYP-0001TX-Ty for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 08:29:53 -0500 Received: from mail-vw0-f41.google.com ([209.85.212.41]:54983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3SYP-0001Rq-Lb for emacs-orgmode@gnu.org; Fri, 02 Mar 2012 08:29:49 -0500 Received: by vbbey12 with SMTP id ey12so1693176vbb.0 for ; Fri, 02 Mar 2012 05:29:46 -0800 (PST) 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: suvayu ali Cc: emacs-orgmode@gnu.org Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. The following works for me (stuck behind a firewall that blocks git://): ,---- | [remote "origin"] | fetch =3D +refs/heads/*:refs/remotes/origin/* | url =3D http://orgmode.org/org-mode.git `---- So http cloning is enabled, the URL simply isn't mentioned (And I can't remember where I found it originally) Hope this helps, Jonathan On Fri, Mar 2, 2012 at 07:40, suvayu ali wrot= e: > > On Fri, Mar 2, 2012 at 09:00, =C2=A0 wrote: > > > > I was looking to add scala support to org-babel, but the repo linked > > from http://orgmode.org/worg/org-contribute.html appears to need some > > server-side love: > > > > =C2=A0 =C2=A0$ git --version > > =C2=A0 =C2=A0git version 1.7.9.2 > > > > =C2=A0 =C2=A0$ git clone http://orgmode.org/w/org-mode.git > > =C2=A0 =C2=A0Cloning into 'org-mode'... > > =C2=A0 =C2=A0fatal: http://orgmode.org/w/org-mode.git/info/refs not fou= nd: did > > =C2=A0 =C2=A0you run git update-server-info on the server? > > > > I believe the url is incorrect (http cloning is not enabled I think). > > > > That said, it might be nice to have the clone and push urls mentioned > on the gitweb summary page as in the repo.or.cz mirror: > . > > -- > Suvayu > > Open source is the future. It sets us free. >