emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Difficulties Accessing git Repository
@ 2013-10-02 20:50 Josiah Schwab
  2013-10-02 21:12 ` Suvayu Ali
  2013-10-09 13:16 ` Jason Dunsmore
  0 siblings, 2 replies; 14+ messages in thread
From: Josiah Schwab @ 2013-10-02 20:50 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-02 20:50 Josiah Schwab
@ 2013-10-02 21:12 ` Suvayu Ali
  2013-10-08 17:32   ` Josiah Schwab
  2013-10-09 13:16 ` Jason Dunsmore
  1 sibling, 1 reply; 14+ messages in thread
From: Suvayu Ali @ 2013-10-02 21:12 UTC (permalink / raw)
  To: emacs-orgmode

On Wed, Oct 02, 2013 at 01:50:45PM -0700, Josiah Schwab wrote:
> 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.

I can confirm this issue.  I successfully pulled earlier today though.

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-02 21:12 ` Suvayu Ali
@ 2013-10-08 17:32   ` Josiah Schwab
  2013-10-08 22:11     ` Charles Millar
  0 siblings, 1 reply; 14+ messages in thread
From: Josiah Schwab @ 2013-10-08 17:32 UTC (permalink / raw)
  To: Suvayu Ali; +Cc: emacs-orgmode

Hi All,

>> 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 can confirm this issue.  I successfully pulled earlier today though.

This seems to be intermittent.  It worked (~8 hours) later on October 2.
I tried to update a few minutes ago and again had a failure.

Is there any other information that would be useful to report?  I tried
to pull while at my home (residential ISP) and then my work
(university), and had failures both times.

Josiah

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-08 17:32   ` Josiah Schwab
@ 2013-10-08 22:11     ` Charles Millar
  2013-10-09  1:13       ` Nick Dokos
  0 siblings, 1 reply; 14+ messages in thread
From: Charles Millar @ 2013-10-08 22:11 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

On 10/8/2013 1:32 PM, Josiah Schwab wrote:
> Hi All,
>
>>> 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 can confirm this issue.  I successfully pulled earlier today though.
> This seems to be intermittent.  It worked (~8 hours) later on October 2.
> I tried to update a few minutes ago and again had a failure.
>
> Is there any other information that would be useful to report?  I tried
> to pull while at my home (residential ISP) and then my work
> (university), and had failures both times.
>
> Josiah
>
>
This morning and just now I tried to update using

cd ~/.elisp/org-mode && make update2

and the following failure resulted

rm -f
git remote update
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin
make: ***  [up0] error 1

Charlie Millar

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-08 22:11     ` Charles Millar
@ 2013-10-09  1:13       ` Nick Dokos
  2013-10-09  1:46         ` Mike McLean
  0 siblings, 1 reply; 14+ messages in thread
From: Nick Dokos @ 2013-10-09  1:13 UTC (permalink / raw)
  To: emacs-orgmode

Charles Millar <millarc@verizon.net> writes:

> Hello,
>
> On 10/8/2013 1:32 PM, Josiah Schwab wrote:
>> Hi All,
>>
>>>> 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 can confirm this issue.  I successfully pulled earlier today though.
>> This seems to be intermittent.  It worked (~8 hours) later on October 2.
>> I tried to update a few minutes ago and again had a failure.
>>
>> Is there any other information that would be useful to report?  I tried
>> to pull while at my home (residential ISP) and then my work
>> (university), and had failures both times.
>>
>> Josiah
>>
>>
> This morning and just now I tried to update using
>
> cd ~/.elisp/org-mode && make update2
>
> and the following failure resulted
>
> rm -f
> git remote update
> Fetching origin
> fatal: read error: Connection reset by peer
> error: Could not fetch origin
> make: ***  [up0] error 1
>

I just [21:12:04 EDT] tried it and it worked. The question is: did
somebody do something to bring it back or is it really intermittent?
-- 
Nick

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09  1:13       ` Nick Dokos
@ 2013-10-09  1:46         ` Mike McLean
  2013-10-09  2:03           ` Longmin WANG
  2013-10-09  7:17           ` Carsten Dominik
  0 siblings, 2 replies; 14+ messages in thread
From: Mike McLean @ 2013-10-09  1:46 UTC (permalink / raw)
  To: Nick Dokos; +Cc: emacs-orgmode


On Oct 8, 2013, at 9:13 PM, Nick Dokos <ndokos@gmail.com> wrote:

> Charles Millar <millarc@verizon.net> writes:
> 
>> Hello,
>> 
>> On 10/8/2013 1:32 PM, Josiah Schwab wrote:
>>> Hi All,
>>> 
>>>>> 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 can confirm this issue.  I successfully pulled earlier today though.
>>> This seems to be intermittent.  It worked (~8 hours) later on October 2.
>>> I tried to update a few minutes ago and again had a failure.
>>> 
>>> Is there any other information that would be useful to report?  I tried
>>> to pull while at my home (residential ISP) and then my work
>>> (university), and had failures both times.
>>> 
>>> Josiah
>>> 
>>> 
>> This morning and just now I tried to update using
>> 
>> cd ~/.elisp/org-mode && make update2
>> 
>> and the following failure resulted
>> 
>> rm -f
>> git remote update
>> Fetching origin
>> fatal: read error: Connection reset by peer
>> error: Could not fetch origin
>> make: ***  [up0] error 1
>> 
> 
> I just [21:12:04 EDT] tried it and it worked. The question is: did
> somebody do something to bring it back or is it really intermittent?

I couldn't pull this morning, nor just now.

$ git --no-pager fetch origin
fatal: read error: Connection reset by peer
git exited abnormally with code 128.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09  1:46         ` Mike McLean
@ 2013-10-09  2:03           ` Longmin WANG
  2013-10-09  4:17             ` Thomas S. Dye
  2013-10-09  7:17           ` Carsten Dominik
  1 sibling, 1 reply; 14+ messages in thread
From: Longmin WANG @ 2013-10-09  2:03 UTC (permalink / raw)
  To: emacs-org list

[-- Attachment #1: Type: text/plain, Size: 1870 bytes --]

On Wed, Oct 9, 2013 at 9:46 AM, Mike McLean <mike.mclean@pobox.com> wrote:

>
> On Oct 8, 2013, at 9:13 PM, Nick Dokos <ndokos@gmail.com> wrote:
>
> > Charles Millar <millarc@verizon.net> writes:
> >
> >> Hello,
> >>
> >> On 10/8/2013 1:32 PM, Josiah Schwab wrote:
> >>> Hi All,
> >>>
> >>>>> 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 can confirm this issue.  I successfully pulled earlier today though.
> >>> This seems to be intermittent.  It worked (~8 hours) later on October
> 2.
> >>> I tried to update a few minutes ago and again had a failure.
> >>>
> >>> Is there any other information that would be useful to report?  I tried
> >>> to pull while at my home (residential ISP) and then my work
> >>> (university), and had failures both times.
> >>>
> >>> Josiah
> >>>
> >>>
> >> This morning and just now I tried to update using
> >>
> >> cd ~/.elisp/org-mode && make update2
> >>
> >> and the following failure resulted
> >>
> >> rm -f
> >> git remote update
> >> Fetching origin
> >> fatal: read error: Connection reset by peer
> >> error: Could not fetch origin
> >> make: ***  [up0] error 1
> >>
> >
> > I just [21:12:04 EDT] tried it and it worked. The question is: did
> > somebody do something to bring it back or is it really intermittent?
>
> I couldn't pull this morning, nor just now.
>
> $ git --no-pager fetch origin
> fatal: read error: Connection reset by peer
> git exited abnormally with code 128.
>
>
>
>
>
I also failed to pull last night and this morning with the same errors.

-- 
Longmin Wang (http://math.nankai.edu.cn/~wanglm/)
Nankai University, 94 Weijin Road, Tianjin 300071, P. R. China
<http://math.nankai.edu.cn/~wanglm/>

[-- Attachment #2: Type: text/html, Size: 3049 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09  2:03           ` Longmin WANG
@ 2013-10-09  4:17             ` Thomas S. Dye
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas S. Dye @ 2013-10-09  4:17 UTC (permalink / raw)
  To: Longmin WANG; +Cc: emacs-org list

Longmin WANG <longminwang@gmail.com> writes:

> I also failed to pull last night and this morning with the same errors.
>
> -- 
> Longmin Wang (http://math.nankai.edu.cn/~wanglm/)
> Nankai University, 94 Weijin Road, Tianjin 300071, P. R. China
> <http://math.nankai.edu.cn/~wanglm/>

I just failed, too.

poto:org-mode dk$ make
rm -f
git remote update
Fetching origin
fatal: read error: Connection reset by peer
error: Could not fetch origin
make: *** [up0] Error 1

hth,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09  1:46         ` Mike McLean
  2013-10-09  2:03           ` Longmin WANG
@ 2013-10-09  7:17           ` Carsten Dominik
  2013-10-09  7:30             ` Suvayu Ali
  2013-10-09 11:30             ` Charles Millar
  1 sibling, 2 replies; 14+ messages in thread
From: Carsten Dominik @ 2013-10-09  7:17 UTC (permalink / raw)
  To: Mike McLean; +Cc: Nick Dokos, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1657 bytes --]

Hi,

I just pulled successfully.

- Carsten

On 9.10.2013, at 03:46, Mike McLean <mike.mclean@pobox.com> wrote:

> 
> On Oct 8, 2013, at 9:13 PM, Nick Dokos <ndokos@gmail.com> wrote:
> 
>> Charles Millar <millarc@verizon.net> writes:
>> 
>>> Hello,
>>> 
>>> On 10/8/2013 1:32 PM, Josiah Schwab wrote:
>>>> Hi All,
>>>> 
>>>>>> 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 can confirm this issue.  I successfully pulled earlier today though.
>>>> This seems to be intermittent.  It worked (~8 hours) later on October 2.
>>>> I tried to update a few minutes ago and again had a failure.
>>>> 
>>>> Is there any other information that would be useful to report?  I tried
>>>> to pull while at my home (residential ISP) and then my work
>>>> (university), and had failures both times.
>>>> 
>>>> Josiah
>>>> 
>>>> 
>>> This morning and just now I tried to update using
>>> 
>>> cd ~/.elisp/org-mode && make update2
>>> 
>>> and the following failure resulted
>>> 
>>> rm -f
>>> git remote update
>>> Fetching origin
>>> fatal: read error: Connection reset by peer
>>> error: Could not fetch origin
>>> make: ***  [up0] error 1
>>> 
>> 
>> I just [21:12:04 EDT] tried it and it worked. The question is: did
>> somebody do something to bring it back or is it really intermittent?
> 
> I couldn't pull this morning, nor just now.
> 
> $ git --no-pager fetch origin
> fatal: read error: Connection reset by peer
> git exited abnormally with code 128.
> 
> 
> 
> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09  7:17           ` Carsten Dominik
@ 2013-10-09  7:30             ` Suvayu Ali
  2013-10-09 11:30             ` Charles Millar
  1 sibling, 0 replies; 14+ messages in thread
From: Suvayu Ali @ 2013-10-09  7:30 UTC (permalink / raw)
  To: emacs-orgmode

It failed for me just now.  Maybe someone can take a look at the log
files on the server or check with Rackspace?  This seems to me an
intermittent network issue.

I tried git pull with GIT_CURL_VERBOSE=1, no verbose output at all.
Just "Connection reset by peer".

Hope this helps,


On Wed, Oct 09, 2013 at 09:17:12AM +0200, Carsten Dominik wrote:
> Hi,
> 
> I just pulled successfully.
> 
> - Carsten
> 
> On 9.10.2013, at 03:46, Mike McLean <mike.mclean@pobox.com> wrote:
> 
> > 
> > On Oct 8, 2013, at 9:13 PM, Nick Dokos <ndokos@gmail.com> wrote:
> > 
> >> Charles Millar <millarc@verizon.net> writes:
> >> 
> >>> Hello,
> >>> 
> >>> On 10/8/2013 1:32 PM, Josiah Schwab wrote:
> >>>> Hi All,
> >>>> 
> >>>>>> 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 can confirm this issue.  I successfully pulled earlier today though.
> >>>> This seems to be intermittent.  It worked (~8 hours) later on October 2.
> >>>> I tried to update a few minutes ago and again had a failure.
> >>>> 
> >>>> Is there any other information that would be useful to report?  I tried
> >>>> to pull while at my home (residential ISP) and then my work
> >>>> (university), and had failures both times.
> >>>> 
> >>>> Josiah
> >>>> 
> >>>> 
> >>> This morning and just now I tried to update using
> >>> 
> >>> cd ~/.elisp/org-mode && make update2
> >>> 
> >>> and the following failure resulted
> >>> 
> >>> rm -f
> >>> git remote update
> >>> Fetching origin
> >>> fatal: read error: Connection reset by peer
> >>> error: Could not fetch origin
> >>> make: ***  [up0] error 1
> >>> 
> >> 
> >> I just [21:12:04 EDT] tried it and it worked. The question is: did
> >> somebody do something to bring it back or is it really intermittent?
> > 
> > I couldn't pull this morning, nor just now.
> > 
> > $ git --no-pager fetch origin
> > fatal: read error: Connection reset by peer
> > git exited abnormally with code 128.
> > 
> > 
> > 
> > 
> 



-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09  7:17           ` Carsten Dominik
  2013-10-09  7:30             ` Suvayu Ali
@ 2013-10-09 11:30             ` Charles Millar
  1 sibling, 0 replies; 14+ messages in thread
From: Charles Millar @ 2013-10-09 11:30 UTC (permalink / raw)
  To: emacs-orgmode

Hi again,

On 10/9/2013 3:17 AM, Carsten Dominik wrote:
> Hi,
>
> I just pulled successfully.
>
> - Carsten
>
>

It is four hours after Carsten's post and I was not successful on either 
my Vista machine using Cygwin 1.7.25 or my Debian Lenny.

Charlie

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
@ 2013-10-09 12:24 Susan Cragin
  2013-11-05 11:03 ` Bastien
  0 siblings, 1 reply; 14+ messages in thread
From: Susan Cragin @ 2013-10-09 12:24 UTC (permalink / raw)
  To: emacs-orgmode

I get this:

$ git clone orgmode@orgmode.org:org-mode.git
Cloning into 'org-mode'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-02 20:50 Josiah Schwab
  2013-10-02 21:12 ` Suvayu Ali
@ 2013-10-09 13:16 ` Jason Dunsmore
  1 sibling, 0 replies; 14+ messages in thread
From: Jason Dunsmore @ 2013-10-09 13:16 UTC (permalink / raw)
  To: Josiah Schwab; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 852 bytes --]

Hi all,

Sorry about that.  It seems to be fixed now (git-daemon had gone crazy).

Regards,
Jason


On Wed, Oct 2, 2013 at 3:50 PM, Josiah Schwab <jschwab@gmail.com> wrote:

> 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
>
>

[-- Attachment #2: Type: text/html, Size: 1338 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: Difficulties Accessing git Repository
  2013-10-09 12:24 Difficulties Accessing git Repository Susan Cragin
@ 2013-11-05 11:03 ` Bastien
  0 siblings, 0 replies; 14+ messages in thread
From: Bastien @ 2013-11-05 11:03 UTC (permalink / raw)
  To: Susan Cragin; +Cc: emacs-orgmode

Hi Susan,

Susan Cragin <susancragin@earthlink.net> writes:

> I get this:
>
> $ git clone orgmode@orgmode.org:org-mode.git
> Cloning into 'org-mode'...
> Permission denied (publickey).
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.

PLease try this instead: 

~$ git clone git://orgmode.org/org-mode.git

-- 
 Bastien

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-05 11:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-09 12:24 Difficulties Accessing git Repository Susan Cragin
2013-11-05 11:03 ` Bastien
  -- strict thread matches above, loose matches on Subject: below --
2013-10-02 20:50 Josiah Schwab
2013-10-02 21:12 ` Suvayu Ali
2013-10-08 17:32   ` Josiah Schwab
2013-10-08 22:11     ` Charles Millar
2013-10-09  1:13       ` Nick Dokos
2013-10-09  1:46         ` Mike McLean
2013-10-09  2:03           ` Longmin WANG
2013-10-09  4:17             ` Thomas S. Dye
2013-10-09  7:17           ` Carsten Dominik
2013-10-09  7:30             ` Suvayu Ali
2013-10-09 11:30             ` Charles Millar
2013-10-09 13:16 ` Jason Dunsmore

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).