From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: is orgmode.org's git repo down? Date: Fri, 22 Jan 2016 17:29:22 -0500 Message-ID: <8737tp1c59.fsf@alphaville.usersys.redhat.com> References: <877fj11ldz.fsf@alphaville.usersys.redhat.com> <20160122222032.3b856f0b@lt70.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMkD0-0006Q4-CW for emacs-orgmode@gnu.org; Fri, 22 Jan 2016 17:29:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMkCv-0007ES-Dy for emacs-orgmode@gnu.org; Fri, 22 Jan 2016 17:29:34 -0500 Received: from plane.gmane.org ([80.91.229.3]:60099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMkCv-0007EL-72 for emacs-orgmode@gnu.org; Fri, 22 Jan 2016 17:29:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aMkCt-0000cb-U3 for emacs-orgmode@gnu.org; Fri, 22 Jan 2016 23:29:28 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jan 2016 23:29:27 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Jan 2016 23:29:27 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "Robert H. Klein" writes: > Hi, > > On Fri, 22 Jan 2016 14:09:44 -0500 > Nick Dokos wrote: > >> Gary Oberbrunner 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