From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Git repository error Date: Sat, 27 May 2017 22:12:17 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c18975a2cb71905508cf089" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEocv-0007Y1-Is for emacs-orgmode@gnu.org; Sat, 27 May 2017 23:12:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEocu-0004dK-4T for emacs-orgmode@gnu.org; Sat, 27 May 2017 23:12:21 -0400 Received: from mail-pg0-x236.google.com ([2607:f8b0:400e:c05::236]:36666) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dEoct-0004d2-RD for emacs-orgmode@gnu.org; Sat, 27 May 2017 23:12:20 -0400 Received: by mail-pg0-x236.google.com with SMTP id x64so9264496pgd.3 for ; Sat, 27 May 2017 20:12:19 -0700 (PDT) In-Reply-To: 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: leslie@watter.net Cc: emacs-orgmode , Vicente Vera --94eb2c18975a2cb71905508cf089 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I'm not sure why, but I was being redirected to port 443 when cloning over the git:// protocol. $ git clone -v git://orgmode.org/org-mode.git Cloning into 'org-mode'... fatal: unable to access 'https://orgmode.org/org-mode.git/': Failed to connect to orgmode.org port 443: Connection timed out I enabled port 443. Please see if it works now. If you're behind a restrictive firewall, you can use http://orgmode.org/org-mode.git Regards, Jason On Sat, May 27, 2017 at 5:47 PM, Leslie Watter wrote: > I can reproduce the same behaviour here: > > leslie@colossus:~/scm$ git clone git://orgmode.org/w/org-mode.git org-git > Cloning into 'org-git'... > fatal: read error: Conex=C3=A3o fechada pela outra ponta > > leslie@colossus:~/scm$ git clone git://orgmode.org/org-mode.git org-git > Cloning into 'org-git'... > fatal: read error: Conex=C3=A3o fechada pela outra ponta > > leslie@colossus:~/scm$ git clone git://repo.or.cz/org-mode.git org-git > Cloning into 'org-git'... > remote: Counting objects: 106847, done. > Receiving objects: 5% (6155/106847), 1.57 MiB | 27.00 KiB/s > ..... > > > > Cheers > > Leslie > > > On Sat, May 27, 2017 at 5:50 PM, John Hendy wrote: > >> On Thu, May 25, 2017 at 6:10 PM, 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 pulled just the other day and it worked, but I use http because git >> doesn't work for me behind my corporate firewall. >> >> $ git remote -v >> origin http://orgmode.org/org-mode.git (fetch) >> origin http://orgmode.org/org-mode.git (push) >> >> I just cloned via http successfully, but get the "reset by peer" >> message via git protocol (with or without the /w/ in the URL other's >> have mentioned): >> >> $ git clone git://orgmode.org/w/org-mode.git org-git >> Cloning into 'org-git'... >> fatal: read error: Connection reset by peer >> >> $ git clone git://orgmode.org/org-mode.git org-git >> Cloning into 'org-git'... >> fatal: read error: Connection reset by peer >> >> Something must be up with the main site. The mirror works: >> >> $ git clone git://repo.or.cz/org-mode.git org-git >> Cloning into 'org-git'... >> remote: Counting objects: 106847, done. >> remote: Total 106847 (delta 0), reused 0 (delta 0) >> Receiving objects: 100% (106847/106847), 80.33 MiB | 572.00 KiB/s, done. >> Resolving deltas: 100% (83923/83923), done. >> >> >> >> John >> >> > > > -- > Leslie H. Watter > --94eb2c18975a2cb71905508cf089 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'm not sure why, but I was being redirected to port 4= 43 when cloning over the git:// protocol.


$ git clone -v git://orgm= ode.org/org-mode.git
Cloning into 'org-mode'...
=
fatal: unable to access 'https://orgmode.org/org-mode.git/': Failed to connect to orgmode.org port 443: Connection timed out


I enabled port 443. Please see = if it works now. If you're behind a restrictive firewall, you can use= =C2=A0http://orgmode.org/org-mo= de.git

Regards,
Jason

=

On Sa= t, May 27, 2017 at 5:47 PM, Leslie Watter <leslie@watter.net> wrote:
I can= reproduce the same behaviour here:

leslie@colossus:~/scm$ git clone= git://orgm= ode.org/w/org-mode.git org-git
Cloning into 'org-git'..= .
fatal: read error: Conex=C3=A3o fechada pela outra ponta

leslie= @colossus:~/scm$ git clone git://orgmode.org/org-mode.git org-git
Cloning into &#= 39;org-git'...
fatal: read error: Conex=C3=A3o fechada pela outra po= nta

leslie@colossus:~/scm$=C2=A0 git clone git://repo.or.cz/org-mode.git org-g= it
Cloning into 'org-git'...
remote: Countin= g objects: 106847, done.
Receiving objects:=C2=A0=C2=A0 5% (6155/= 106847), 1.57 MiB | 27.00 KiB/s
.....



Cheers
<= br>
Leslie


On Sat, May 27, 20= 17 at 5:50 PM, John Hendy <jw.hendy@gmail.com> wrote:
On Thu, May 25, 2017 at 6:10 PM, Vicente Vera = <vicentemvp@gm= ail.com> wrote:
> Hi. For a while i've been getting this error upon running 'mak= e up0'
> from my local Org repository:
>
> fatal: read error: Connection reset by peer

I pulled just the other day and it worked, but I use http because git
doesn't work for me behind my corporate firewall.

$ git remote -v
origin http://orgmode.org/org-mode.git (fetch)
origin http://orgmode.org/org-mode.git (push)

I just cloned via http successfully, but get the "reset by peer"<= br> message via git protocol (with or without the /w/ in the URL other's have mentioned):

$ git clone git://orgmode.org/w/org-mode.git org-git
Cloning into 'org-git'...
fatal: read error: Connection reset by peer

$ git clone git://orgmode.org/org-mode.git org-git
Cloning into 'org-git'...
fatal: read error: Connection reset by peer

Something must be up with the main site. The mirror works:

$ git clone git://repo.or.cz/org-mode.git org-git
Cloning into 'org-git'...
remote: Counting objects: 106847, done.
remote: Total 106847 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (106847/106847), 80.33 MiB | 572.00 KiB/s, done. Resolving deltas: 100% (83923/83923), done.



John




--
Leslie H. Wat= ter

--94eb2c18975a2cb71905508cf089--