* Git repo not cloneable?
@ 2012-03-02 8:00 jeremiah.dodds
2012-03-02 12:40 ` suvayu ali
0 siblings, 1 reply; 5+ messages in thread
From: jeremiah.dodds @ 2012-03-02 8:00 UTC (permalink / raw)
To: emacs-orgmode
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?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Git repo not cloneable?
2012-03-02 8:00 Git repo not cloneable? jeremiah.dodds
@ 2012-03-02 12:40 ` suvayu ali
2012-03-02 13:29 ` Jonathan Leech-Pepin
0 siblings, 1 reply; 5+ messages in thread
From: suvayu ali @ 2012-03-02 12:40 UTC (permalink / raw)
To: emacs-orgmode
On Fri, Mar 2, 2012 at 09:00, <jeremiah.dodds@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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Git repo not cloneable?
2012-03-02 12:40 ` suvayu ali
@ 2012-03-02 13:29 ` Jonathan Leech-Pepin
2012-03-02 14:02 ` suvayu ali
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Leech-Pepin @ 2012-03-02 13:29 UTC (permalink / raw)
To: suvayu ali; +Cc: emacs-orgmode
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+linux@gmail.com> wrote:
>
> On Fri, Mar 2, 2012 at 09:00, <jeremiah.dodds@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.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Git repo not cloneable?
2012-03-02 13:29 ` Jonathan Leech-Pepin
@ 2012-03-02 14:02 ` suvayu ali
2012-03-02 17:30 ` jeremiah.dodds
0 siblings, 1 reply; 5+ messages in thread
From: suvayu ali @ 2012-03-02 14:02 UTC (permalink / raw)
To: Jonathan Leech-Pepin; +Cc: emacs-orgmode
Hi Jonathan and Jeremiah,
On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin
<jonathan.leechpepin@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 (And I
> can't remember where I found it originally)
I updated the page. Please take a look and feel free to edit/comment if
its still unclear. :)
Cheers,
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Git repo not cloneable?
2012-03-02 14:02 ` suvayu ali
@ 2012-03-02 17:30 ` jeremiah.dodds
0 siblings, 0 replies; 5+ messages in thread
From: jeremiah.dodds @ 2012-03-02 17:30 UTC (permalink / raw)
To: emacs-orgmode
suvayu ali <fatkasuvayu+linux@gmail.com> writes:
> Hi Jonathan and Jeremiah,
>
> On Fri, Mar 2, 2012 at 14:29, Jonathan Leech-Pepin
> <jonathan.leechpepin@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 (And I
>> can't remember where I found it originally)
>
> I updated the page. Please take a look and feel free to edit/comment if
> its still unclear. :)
Thanks for putting the correct url in, that cleared up all the issues I
was having :D
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-03-02 17:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 8:00 Git repo not cloneable? jeremiah.dodds
2012-03-02 12:40 ` suvayu ali
2012-03-02 13:29 ` Jonathan Leech-Pepin
2012-03-02 14:02 ` suvayu ali
2012-03-02 17:30 ` jeremiah.dodds
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.