emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* http address for cloning org-mode git
@ 2015-09-23 19:03 Kaushal Modi
  2015-09-23 19:17 ` Achim Gratz
  2015-09-23 19:18 ` Suvayu Ali
  0 siblings, 2 replies; 10+ messages in thread
From: Kaushal Modi @ 2015-09-23 19:03 UTC (permalink / raw)
  To: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Hi all,

I cannot access the git: repo address and so had been using the http:
version till now ( http://repo.or.cz/r/org-mode.git/ ).

Today git pull gives the below error:

Fetching origin
fatal: unable to access 'http://repo.or.cz/r/org-mode.git/': Couldn't
resolve host 'repo.or.cz'
error: Could not fetch origin

​Looks like ​
http://repo.or.cz/r/org-mode.git/
​ is down? Is anyone else seeing the same thing? Is there an alternative
http: address that I can use for cloning?

Thanks.
​

--
Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 2776 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:03 http address for cloning org-mode git Kaushal Modi
@ 2015-09-23 19:17 ` Achim Gratz
  2015-09-23 19:18 ` Suvayu Ali
  1 sibling, 0 replies; 10+ messages in thread
From: Achim Gratz @ 2015-09-23 19:17 UTC (permalink / raw)
  To: emacs-orgmode

Kaushal Modi writes:
> Today git pull gives the below error:
>
> Fetching origin
> fatal: unable to access 'http://repo.or.cz/r/org-mode.git/': Couldn't
> resolve host 'repo.or.cz'
> error: Could not fetch origin

That looks like a problem with DNS resolution on your side.

> ​Looks like ​
> http://repo.or.cz/r/org-mode.git/
> ​ is down? Is anyone else seeing the same thing? Is there an alternative
> http: address that I can use for cloning?

With a new enough Git you _can_ pull from

http://orgmode.org/orgmode.git

But it's probably not nice to the server.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:03 http address for cloning org-mode git Kaushal Modi
  2015-09-23 19:17 ` Achim Gratz
@ 2015-09-23 19:18 ` Suvayu Ali
  2015-09-23 19:29   ` Achim Gratz
  2015-09-23 19:30   ` Kaushal Modi
  1 sibling, 2 replies; 10+ messages in thread
From: Suvayu Ali @ 2015-09-23 19:18 UTC (permalink / raw)
  To: emacs-orgmode

On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> Hi all,
> 
> I cannot access the git: repo address and so had been using the http:
> version till now ( http://repo.or.cz/r/org-mode.git/ ).

That is a mirror, a relic from the old days when that used to be the
official repo.  Maybe try:  http://orgmode.org/org-mode.git

http://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:18 ` Suvayu Ali
@ 2015-09-23 19:29   ` Achim Gratz
  2015-09-23 19:38     ` Kaushal Modi
  2015-09-23 19:42     ` Suvayu Ali
  2015-09-23 19:30   ` Kaushal Modi
  1 sibling, 2 replies; 10+ messages in thread
From: Achim Gratz @ 2015-09-23 19:29 UTC (permalink / raw)
  To: emacs-orgmode

Suvayu Ali writes:
> On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
>> I cannot access the git: repo address and so had been using the http:
>> version till now ( http://repo.or.cz/r/org-mode.git/ ).
>
> That is a mirror, a relic from the old days when that used to be the
> official repo.  Maybe try:  http://orgmode.org/org-mode.git

No, that never was the official repo.  I've set up that mirror.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:18 ` Suvayu Ali
  2015-09-23 19:29   ` Achim Gratz
@ 2015-09-23 19:30   ` Kaushal Modi
  1 sibling, 0 replies; 10+ messages in thread
From: Kaushal Modi @ 2015-09-23 19:30 UTC (permalink / raw)
  To: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]

Thanks all.  Strange enough, git pull from repo.or.cz/r/org-mode.git
started working fine once again.

But I cannot yet clone from  http://orgmode.org/org-mode.git. I had tried
the same earlier with the same result.. the clone will get stuck at
"Fetching origin".
My current git version is 2.6.0.rc0.24.gec371ff

In any case, sorry for the noise. Some intermittent issue was failing the
git pull from the repo.or.cz domain and it is working fine once again.


--
Kaushal Modi

On Wed, Sep 23, 2015 at 3:18 PM, Suvayu Ali <fatkasuvayu+linux@gmail.com>
wrote:

> On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> > Hi all,
> >
> > I cannot access the git: repo address and so had been using the http:
> > version till now ( http://repo.or.cz/r/org-mode.git/ ).
>
> That is a mirror, a relic from the old days when that used to be the
> official repo.  Maybe try:  http://orgmode.org/org-mode.git
>
>
> http://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development
>
> --
> Suvayu
>
> Open source is the future. It sets us free.
>
>

[-- Attachment #2: Type: text/html, Size: 2827 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:29   ` Achim Gratz
@ 2015-09-23 19:38     ` Kaushal Modi
  2015-09-23 20:53       ` Robert Klein
  2015-09-23 19:42     ` Suvayu Ali
  1 sibling, 1 reply; 10+ messages in thread
From: Kaushal Modi @ 2015-09-23 19:38 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 895 bytes --]

Just to clarify,

git clone http://orgmode.org/org-mode.git org-mode

gets stuck at "Cloning into 'org-mode' ..."

But git cloning the mirror http repo works fine.



--
Kaushal Modi

On Wed, Sep 23, 2015 at 3:29 PM, Achim Gratz <Stromeko@nexgo.de> wrote:

> Suvayu Ali writes:
> > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> >> I cannot access the git: repo address and so had been using the http:
> >> version till now ( http://repo.or.cz/r/org-mode.git/ ).
> >
> > That is a mirror, a relic from the old days when that used to be the
> > official repo.  Maybe try:  http://orgmode.org/org-mode.git
>
> No, that never was the official repo.  I've set up that mirror.
>
>
> Regards,
> Achim.
> --
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
>
> Samples for the Waldorf Blofeld:
> http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra
>
>
>

[-- Attachment #2: Type: text/html, Size: 2643 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:29   ` Achim Gratz
  2015-09-23 19:38     ` Kaushal Modi
@ 2015-09-23 19:42     ` Suvayu Ali
  2015-09-24 16:50       ` Achim Gratz
  1 sibling, 1 reply; 10+ messages in thread
From: Suvayu Ali @ 2015-09-23 19:42 UTC (permalink / raw)
  To: emacs-orgmode

On Wed, Sep 23, 2015 at 09:29:06PM +0200, Achim Gratz wrote:
> Suvayu Ali writes:
> > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> >> I cannot access the git: repo address and so had been using the http:
> >> version till now ( http://repo.or.cz/r/org-mode.git/ ).
> >
> > That is a mirror, a relic from the old days when that used to be the
> > official repo.  Maybe try:  http://orgmode.org/org-mode.git
> 
> No, that never was the official repo.  I've set up that mirror.

Didn't we used to have the Org repo hosted on repo.or.cz way, way back
in the old days, pre-2010?  Maybe I'm just confusing a different repo
because it was on the same domain?

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:38     ` Kaushal Modi
@ 2015-09-23 20:53       ` Robert Klein
  2015-09-23 21:13         ` Kaushal Modi
  0 siblings, 1 reply; 10+ messages in thread
From: Robert Klein @ 2015-09-23 20:53 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

Kaushal Modi <kaushal.modi@gmail.com> wrote:

> Just to clarify,
> 
> git clone http://orgmode.org/org-mode.git org-mode
> 
> gets stuck at "Cloning into 'org-mode' ..."


That's the point where it typically take a couple of minutes to
complete for me.

Best regards
Robert

> 
> But git cloning the mirror http repo works fine.
> 
> 
> 
> --
> Kaushal Modi
> 
> On Wed, Sep 23, 2015 at 3:29 PM, Achim Gratz <Stromeko@nexgo.de>
> wrote:
> 
> > Suvayu Ali writes:
> > > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> > >> I cannot access the git: repo address and so had been using the
> > >> http: version till now ( http://repo.or.cz/r/org-mode.git/ ).
> > >
> > > That is a mirror, a relic from the old days when that used to be
> > > the official repo.  Maybe try:  http://orgmode.org/org-mode.git
> >
> > No, that never was the official repo.  I've set up that mirror.
> >
> >
> > Regards,
> > Achim.
> > --
> > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
> >
> > Samples for the Waldorf Blofeld:
> > http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra
> >
> >
> >

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 20:53       ` Robert Klein
@ 2015-09-23 21:13         ` Kaushal Modi
  0 siblings, 0 replies; 10+ messages in thread
From: Kaushal Modi @ 2015-09-23 21:13 UTC (permalink / raw)
  To: Robert Klein; +Cc: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 1522 bytes --]

You're right!

This time I let it stay stuck for more than few minutes and I can confirm
that the http://orgmode.org/org-mode.git link works too.
Somehow the other link is much faster for me when cloning/pulling.


--
Kaushal Modi

On Wed, Sep 23, 2015 at 4:53 PM, Robert Klein <roklein@roklein.de> wrote:

> Hi,
>
> Kaushal Modi <kaushal.modi@gmail.com> wrote:
>
> > Just to clarify,
> >
> > git clone http://orgmode.org/org-mode.git org-mode
> >
> > gets stuck at "Cloning into 'org-mode' ..."
>
>
> That's the point where it typically take a couple of minutes to
> complete for me.
>
> Best regards
> Robert
>
> >
> > But git cloning the mirror http repo works fine.
> >
> >
> >
> > --
> > Kaushal Modi
> >
> > On Wed, Sep 23, 2015 at 3:29 PM, Achim Gratz <Stromeko@nexgo.de>
> > wrote:
> >
> > > Suvayu Ali writes:
> > > > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote:
> > > >> I cannot access the git: repo address and so had been using the
> > > >> http: version till now ( http://repo.or.cz/r/org-mode.git/ ).
> > > >
> > > > That is a mirror, a relic from the old days when that used to be
> > > > the official repo.  Maybe try:  http://orgmode.org/org-mode.git
> > >
> > > No, that never was the official repo.  I've set up that mirror.
> > >
> > >
> > > Regards,
> > > Achim.
> > > --
> > > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
> > >
> > > Samples for the Waldorf Blofeld:
> > > http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra
> > >
> > >
> > >
>
>
>

[-- Attachment #2: Type: text/html, Size: 3363 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: http address for cloning org-mode git
  2015-09-23 19:42     ` Suvayu Ali
@ 2015-09-24 16:50       ` Achim Gratz
  0 siblings, 0 replies; 10+ messages in thread
From: Achim Gratz @ 2015-09-24 16:50 UTC (permalink / raw)
  To: emacs-orgmode

Suvayu Ali writes:
>> > That is a mirror, a relic from the old days when that used to be the
>> > official repo.  Maybe try:  http://orgmode.org/org-mode.git
>> 
>> No, that never was the official repo.  I've set up that mirror.
>
> Didn't we used to have the Org repo hosted on repo.or.cz way, way back
> in the old days, pre-2010?  Maybe I'm just confusing a different repo
> because it was on the same domain?

You're right, I didn't look closely enough.  The repo above is a mirror
that Bastien had created and it may well have been the "official" repo
for some time before orgmode.org was taking that position.  Sorry for
any confusion.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-09-24 16:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-23 19:03 http address for cloning org-mode git Kaushal Modi
2015-09-23 19:17 ` Achim Gratz
2015-09-23 19:18 ` Suvayu Ali
2015-09-23 19:29   ` Achim Gratz
2015-09-23 19:38     ` Kaushal Modi
2015-09-23 20:53       ` Robert Klein
2015-09-23 21:13         ` Kaushal Modi
2015-09-23 19:42     ` Suvayu Ali
2015-09-24 16:50       ` Achim Gratz
2015-09-23 19:30   ` Kaushal Modi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).