From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josiah Schwab Subject: Difficulties Accessing git Repository Date: Wed, 02 Oct 2013 13:50:45 -0700 Message-ID: <87zjqrbdne.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTNo-0007ZE-PQ for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 16:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRTNj-0003sP-3b for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 16:50:56 -0400 Received: from mail-pd0-x236.google.com ([2607:f8b0:400e:c02::236]:38404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTNh-0003s6-Ps for emacs-orgmode@gnu.org; Wed, 02 Oct 2013 16:50:51 -0400 Received: by mail-pd0-f182.google.com with SMTP id r10so1436723pdi.13 for ; Wed, 02 Oct 2013 13:50:48 -0700 (PDT) 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: Org Mode Hi orgmode.org overlords, I just tried to pull from the main org-mode git repository. I encountered the following failure. ,---- | monolith:(stable) org-mode$ git pull | fatal: read error: Connection reset by peer `---- I checked and I am able to pull from worg. ,---- | monolith:(master) worg$ git pull | Already up-to-date. `---- The most conspicuous difference between the two is that my org-mode repo uses the git protocol while my worg repo uses the ssh protocol. Since the issue appears to just affect the git protocol, developers may be less likely to notice. Just wanted to bring it to your attention. Best, Josiah