From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregor Zattler Subject: Re: Git repository error Date: Fri, 26 May 2017 12:35:20 +0200 Message-ID: <87lgpjsy6v.fsf@len.workgroup> References: <7f2ba652-e1b1-206e-4ca1-33ba9f830edf@fuhrer.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dECak-0007xy-II for emacs-orgmode@gnu.org; Fri, 26 May 2017 06:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dECaf-0005nC-K9 for emacs-orgmode@gnu.org; Fri, 26 May 2017 06:35:34 -0400 Received: from mout.gmx.net ([212.227.15.15]:60528) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dECaf-0005n2-8w for emacs-orgmode@gnu.org; Fri, 26 May 2017 06:35:29 -0400 Received: from len.workgroup ([84.189.137.161]) by mail.gmx.com (mrgmx003 [212.227.17.190]) with ESMTPSA (Nemesis) id 0LnxQO-1dplKg1oK0-00fy9D for ; Fri, 26 May 2017 12:35:26 +0200 In-Reply-To: <7f2ba652-e1b1-206e-4ca1-33ba9f830edf@fuhrer.ch> 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" To: emacs-orgmode@gnu.org Hi org-mode developers, * claude fuhrer [2017-05-26; 09:39]: > On 26/05/17 01:10, Vicente Vera wrote: >> Hi. For a while i've been getting this error upon running 'make up0' >> from my local Org repository: >> >> fatal: read error: Connection reset by peer > I have the same error for every pull, fetch or clone operation. I don't > think that it is a problem with my network connection since I can easily > sync other project on github.What have I done wrong ? me too, while at the sane time I see several commits every day via http://orgmode.org/cgit.cgi/org-mode.git/log/ My org-mode.git/config seems ok to me: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git://orgmode.org/org-mode.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [branch "maint"] remote = origin merge = refs/heads/maint Ciao; Gregor