public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Frequent 'connection reset by peer' messages from the git server
@ 2012-08-16 13:50 Diego Novillo
  2012-08-16 13:51 ` Frank Ch. Eigler
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Novillo @ 2012-08-16 13:50 UTC (permalink / raw)
  To: overseers


I've been getting into this situation quite a bit recently:

$ git pull
fatal: read error: Connection reset by peer

$ git remote -v
origin  git://gcc.gnu.org/git/gcc.git (fetch)
origin  git://gcc.gnu.org/git/gcc.git (push)


Is the machine too overloaded or the server too restricted in how many 
connections it can serve?


Thanks.  Diego.

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

* Re: Frequent 'connection reset by peer' messages from the git server
  2012-08-16 13:50 Frequent 'connection reset by peer' messages from the git server Diego Novillo
@ 2012-08-16 13:51 ` Frank Ch. Eigler
  2012-08-16 13:52   ` Diego Novillo
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Ch. Eigler @ 2012-08-16 13:51 UTC (permalink / raw)
  To: Diego Novillo; +Cc: overseers

Hi -

> I've been getting into this situation quite a bit recently:
> 
> $ git pull
> fatal: read error: Connection reset by peer
> 
> $ git remote -v
> origin  git://gcc.gnu.org/git/gcc.git (fetch)
> origin  git://gcc.gnu.org/git/gcc.git (push)
> 
> Is the machine too overloaded or the server too restricted in how many 
> connections it can serve?

Perhaps both.
Use the non-anonymous ssh:// URL to bypass load restrictions.

- FChE

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

* Re: Frequent 'connection reset by peer' messages from the git server
  2012-08-16 13:51 ` Frank Ch. Eigler
@ 2012-08-16 13:52   ` Diego Novillo
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Novillo @ 2012-08-16 13:52 UTC (permalink / raw)
  To: Frank Ch. Eigler; +Cc: overseers

On 12-08-16 09:51 , Frank Ch. Eigler wrote:

> Use the non-anonymous ssh:// URL to bypass load restrictions.

Ah, thanks.


Diego.

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

end of thread, other threads:[~2012-08-16 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16 13:50 Frequent 'connection reset by peer' messages from the git server Diego Novillo
2012-08-16 13:51 ` Frank Ch. Eigler
2012-08-16 13:52   ` Diego Novillo

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