emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Git repo not cloneable?


From: Jonathan Leech-Pepin
Subject: Re: [O] Git repo not cloneable?
Date: Fri, 2 Mar 2012 08:29:46 -0500

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 <address@hidden> wrote:
>
> On Fri, Mar 2, 2012 at 09:00,  <address@hidden> 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.
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]