emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Git repository error


From: Jason Dunsmore
Subject: Re: [O] Git repository error
Date: Sat, 27 May 2017 22:12:17 -0500

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 <address@hidden> wrote:
I can reproduce the same behaviour here:

address@hidden:~/scm$ git clone git://orgmode.org/w/org-mode.git org-git
Cloning into 'org-git'...
fatal: read error: Conexão fechada pela outra ponta

address@hidden:~/scm$ git clone git://orgmode.org/org-mode.git org-git
Cloning into 'org-git'...
fatal: read error: Conexão fechada pela outra ponta

address@hidden:~/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 <address@hidden> wrote:
On Thu, May 25, 2017 at 6:10 PM, Vicente Vera <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]