* is orgmode.org's git repo down?
@ 2016-01-22 18:56 Gary Oberbrunner
2016-01-22 19:09 ` Nick Dokos
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Gary Oberbrunner @ 2016-01-22 18:56 UTC (permalink / raw)
To: Orgmode Mailing List
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
I can't clone the repo, I get this error:
% git clone git://orgmode.org/org-mode.git
fatal: read error: Connection reset by peer
Is it just me?
--
Gary
[-- Attachment #2: Type: text/html, Size: 340 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 18:56 is orgmode.org's git repo down? Gary Oberbrunner
@ 2016-01-22 19:09 ` Nick Dokos
2016-01-22 21:20 ` Robert H. Klein
2016-01-22 20:53 ` Jacob MacDonald
2016-01-22 21:19 ` Robert H. Klein
2 siblings, 1 reply; 11+ messages in thread
From: Nick Dokos @ 2016-01-22 19:09 UTC (permalink / raw)
To: emacs-orgmode
Gary Oberbrunner <garyo@oberbrunner.com> writes:
> I can't clone the repo, I get this error:
> % git clone git://orgmode.org/org-mode.git
> fatal: read error: Connection reset by peer
>
> Is it just me?
>
No - I get:
$ git remote update
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin
--
Nick
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 18:56 is orgmode.org's git repo down? Gary Oberbrunner
2016-01-22 19:09 ` Nick Dokos
@ 2016-01-22 20:53 ` Jacob MacDonald
2016-01-22 21:19 ` Robert H. Klein
2 siblings, 0 replies; 11+ messages in thread
From: Jacob MacDonald @ 2016-01-22 20:53 UTC (permalink / raw)
To: emacs-orgmode
> Is it just me?-- Gary
Nope. Thirding this. repo.or.cz mirror works.
Jacob.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 18:56 is orgmode.org's git repo down? Gary Oberbrunner
2016-01-22 19:09 ` Nick Dokos
2016-01-22 20:53 ` Jacob MacDonald
@ 2016-01-22 21:19 ` Robert H. Klein
2016-01-22 21:25 ` Charles Millar
2016-01-22 21:36 ` Robert H. Klein
2 siblings, 2 replies; 11+ messages in thread
From: Robert H. Klein @ 2016-01-22 21:19 UTC (permalink / raw)
To: emacs-orgmode
On Fri, 22 Jan 2016 13:56:20 -0500
Gary Oberbrunner <garyo@oberbrunner.com> wrote:
> I can't clone the repo, I get this error:
> % git clone git://orgmode.org/org-mode.git
> fatal: read error: Connection reset by peer
>
> Is it just me?
>
Is your public key registered on the server?
If not, please use
git clone http://orgmode.org/org-mode.git
Best regards
Robert
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 19:09 ` Nick Dokos
@ 2016-01-22 21:20 ` Robert H. Klein
2016-01-22 22:29 ` Nick Dokos
0 siblings, 1 reply; 11+ messages in thread
From: Robert H. Klein @ 2016-01-22 21:20 UTC (permalink / raw)
To: emacs-orgmode
Hi,
On Fri, 22 Jan 2016 14:09:44 -0500
Nick Dokos <ndokos@gmail.com> wrote:
> Gary Oberbrunner <garyo@oberbrunner.com> writes:
>
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Connection reset by peer
> >
> > Is it just me?
> >
>
> No - I get:
>
> $ git remote update
> Fetching origin
> fatal: read error: Connection reset by peer
> error: Could not fetch origin
>
I restarted the git daemon. Does it work now?
Best regards
Robert
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 21:19 ` Robert H. Klein
@ 2016-01-22 21:25 ` Charles Millar
2016-01-22 21:36 ` Robert H. Klein
1 sibling, 0 replies; 11+ messages in thread
From: Charles Millar @ 2016-01-22 21:25 UTC (permalink / raw)
To: Robert H. Klein, emacs-orgmode
On 01/22/2016 04:19 PM, Robert H. Klein wrote:
> On Fri, 22 Jan 2016 13:56:20 -0500
> Gary Oberbrunner <garyo@oberbrunner.com> wrote:
>
>> I can't clone the repo, I get this error:
>> % git clone git://orgmode.org/org-mode.git
>> fatal: read error: Connection reset by peer
>>
>> Is it just me?
>>
> Is your public key registered on the server?
>
> If not, please use
>
> git clone http://orgmode.org/org-mode.git
>
> Best regards
> Robert
>
>
I encountered this early today as well and failed and still can't update
rm -f
git checkout
Your branch is up-to-date with 'origin/master'.
git remote update
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin
mk/targets.mk:111: recipe for target 'up0' failed
make: *** [up0] Error 1
t
Charlie Millar
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 21:19 ` Robert H. Klein
2016-01-22 21:25 ` Charles Millar
@ 2016-01-22 21:36 ` Robert H. Klein
1 sibling, 0 replies; 11+ messages in thread
From: Robert H. Klein @ 2016-01-22 21:36 UTC (permalink / raw)
To: emacs-orgmode
Hi,
On Fri, 22 Jan 2016 22:19:12 +0100
"Robert H. Klein" <roklein@roklein.de> wrote:
> On Fri, 22 Jan 2016 13:56:20 -0500
> Gary Oberbrunner <garyo@oberbrunner.com> wrote:
>
> > I can't clone the repo, I get this error:
> > % git clone git://orgmode.org/org-mode.git
> > fatal: read error: Connection reset by peer
> >
> > Is it just me?
> >
>
> Is your public key registered on the server?
Please forget I said the above.
Cloning via http works, though. Cloning via git still has issues.
>
> If not, please use
>
> git clone http://orgmode.org/org-mode.git
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 21:20 ` Robert H. Klein
@ 2016-01-22 22:29 ` Nick Dokos
2016-01-22 22:55 ` Gary Oberbrunner
0 siblings, 1 reply; 11+ messages in thread
From: Nick Dokos @ 2016-01-22 22:29 UTC (permalink / raw)
To: emacs-orgmode
"Robert H. Klein" <roklein@roklein.de> writes:
> Hi,
>
> On Fri, 22 Jan 2016 14:09:44 -0500
> Nick Dokos <ndokos@gmail.com> wrote:
>
>> Gary Oberbrunner <garyo@oberbrunner.com> writes:
>>
>> > I can't clone the repo, I get this error:
>> > % git clone git://orgmode.org/org-mode.git
>> > fatal: read error: Connection reset by peer
>> >
>> > Is it just me?
>> >
>>
>> No - I get:
>>
>> $ git remote update
>> Fetching origin
>> fatal: read error: Connection reset by peer
>> error: Could not fetch origin
>>
>
>
> I restarted the git daemon. Does it work now?
>
No - but the error is different now either when cloning
anew:
$ git clone git://orgmode.org/org-mode.git
Cloning into 'org-mode'...
fatal: unable to connect to orgmode.org:
orgmode.org[0: 104.239.132.130]: errno=Connection refused
or trying to update the existing repo:
$ git remote update
Fetching origin
fatal: unable to connect to orgmode.org:
orgmode.org[0: 104.239.132.130]: errno=Connection refused
error: Could not fetch origin
--
Nick
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 22:29 ` Nick Dokos
@ 2016-01-22 22:55 ` Gary Oberbrunner
2016-01-23 9:24 ` Robert H. Klein
0 siblings, 1 reply; 11+ messages in thread
From: Gary Oberbrunner @ 2016-01-22 22:55 UTC (permalink / raw)
Cc: Orgmode Mailing List
[-- Attachment #1: Type: text/plain, Size: 1253 bytes --]
Restarting didn't make git: work, but now http: does. Thanks!
On Fri, Jan 22, 2016 at 5:29 PM, Nick Dokos <ndokos@gmail.com> wrote:
> "Robert H. Klein" <roklein@roklein.de> writes:
>
> > Hi,
> >
> > On Fri, 22 Jan 2016 14:09:44 -0500
> > Nick Dokos <ndokos@gmail.com> wrote:
> >
> >> Gary Oberbrunner <garyo@oberbrunner.com> writes:
> >>
> >> > I can't clone the repo, I get this error:
> >> > % git clone git://orgmode.org/org-mode.git
> >> > fatal: read error: Connection reset by peer
> >> >
> >> > Is it just me?
> >> >
> >>
> >> No - I get:
> >>
> >> $ git remote update
> >> Fetching origin
> >> fatal: read error: Connection reset by peer
> >> error: Could not fetch origin
> >>
> >
> >
> > I restarted the git daemon. Does it work now?
> >
>
> No - but the error is different now either when cloning
> anew:
>
> $ git clone git://orgmode.org/org-mode.git
> Cloning into 'org-mode'...
> fatal: unable to connect to orgmode.org:
> orgmode.org[0: 104.239.132.130]: errno=Connection refused
>
> or trying to update the existing repo:
>
> $ git remote update
> Fetching origin
> fatal: unable to connect to orgmode.org:
> orgmode.org[0: 104.239.132.130]: errno=Connection refused
>
> error: Could not fetch origin
>
> --
> Nick
>
>
>
>
--
Gary
[-- Attachment #2: Type: text/html, Size: 2565 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-22 22:55 ` Gary Oberbrunner
@ 2016-01-23 9:24 ` Robert H. Klein
2016-01-23 14:06 ` Nick Dokos
0 siblings, 1 reply; 11+ messages in thread
From: Robert H. Klein @ 2016-01-23 9:24 UTC (permalink / raw)
To: emacs-orgmode
Hi,
On Fri, 22 Jan 2016 17:55:13 -0500
Gary Oberbrunner <garyo@oberbrunner.com> wrote:
> Restarting didn't make git: work, but now http: does. Thanks!
Yes, the git protocol uses another server program 'git-daemon', not the
web server.
Anyway, I found a configuration glitch and now it works again.
Best regards
Robert
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: is orgmode.org's git repo down?
2016-01-23 9:24 ` Robert H. Klein
@ 2016-01-23 14:06 ` Nick Dokos
0 siblings, 0 replies; 11+ messages in thread
From: Nick Dokos @ 2016-01-23 14:06 UTC (permalink / raw)
To: emacs-orgmode
"Robert H. Klein" <roklein@roklein.de> writes:
> Hi,
>
> On Fri, 22 Jan 2016 17:55:13 -0500
> Gary Oberbrunner <garyo@oberbrunner.com> wrote:
>
>> Restarting didn't make git: work, but now http: does. Thanks!
>
> Yes, the git protocol uses another server program 'git-daemon', not the
> web server.
>
> Anyway, I found a configuration glitch and now it works again.
>
Indeed it does - thanks!
--
Nick
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2016-01-23 14:07 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22 18:56 is orgmode.org's git repo down? Gary Oberbrunner
2016-01-22 19:09 ` Nick Dokos
2016-01-22 21:20 ` Robert H. Klein
2016-01-22 22:29 ` Nick Dokos
2016-01-22 22:55 ` Gary Oberbrunner
2016-01-23 9:24 ` Robert H. Klein
2016-01-23 14:06 ` Nick Dokos
2016-01-22 20:53 ` Jacob MacDonald
2016-01-22 21:19 ` Robert H. Klein
2016-01-22 21:25 ` Charles Millar
2016-01-22 21:36 ` Robert H. Klein
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).