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 = +refs/heads/*:refs/remotes/origin/* | url = 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 <fatkasuvayu+li...@gmail.com> wrote: > > On Fri, Mar 2, 2012 at 09:00, <jeremiah.do...@gmail.com> 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: > > > > $ git --version > > git version 1.7.9.2 > > > > $ git clone http://orgmode.org/w/org-mode.git > > Cloning into 'org-mode'... > > fatal: http://orgmode.org/w/org-mode.git/info/refs not found: did > > you run git update-server-info on the server? > > > > I believe the url is incorrect (http cloning is not enabled I think). > > <http://orgmode.org/worg/worg-git.html#contribute-to-worg> > > 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: > <http://repo.or.cz/w/Worg.git>. > > -- > Suvayu > > Open source is the future. It sets us free. >