[O] Git repo not cloneable?

2012-03-02 Thread jeremiah . dodds
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'...

Re: [O] Git repo not cloneable?

2012-03-02 Thread suvayu ali
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

Re: [O] Git repo not cloneable?

2012-03-02 Thread Jonathan Leech-Pepin
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

Re: [O] Git repo not cloneable?

2012-03-02 Thread suvayu ali
Hi Jonathan and Jeremiah, On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com wrote: Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. [...] So http cloning is enabled, the URL simply isn't mentioned

Re: [O] Git repo not cloneable?

2012-03-02 Thread jeremiah . dodds
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi Jonathan and Jeremiah, On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin jonathan.leechpe...@gmail.com wrote: Seems that the URL listed on that page is not correct for cloning. The URL is the correct one for web access. [...] So http