Re: [python-committers] Having issues updating a checkout

2015-08-09 Thread R. David Murray
According to the infrastructure list/#python-infra, there is currently some instability in the load balancers. That is probably the source of these errors. On Sun, 09 Aug 2015 14:45:27 -0400, Ned Deily wrote: > > On Aug 9, 2015, at 14:19, Brett Cannon wrote: > > > > Anyone else seeing this? >

Re: [python-committers] Having issues updating a checkout

2015-08-09 Thread Ned Deily
> On Aug 9, 2015, at 14:19, Brett Cannon wrote: > > Anyone else seeing this? > > pulling from ssh://h...@hg.python.org/cpython > remote: ssh_exchange_identification: Connection closed by remote host > abort: no suitable response from remote hg! > > My laptop is fairly new so I'm trying

Re: [python-committers] Having issues updating a checkout

2015-08-09 Thread Brett Cannon
It finally worked, so it looks like this was a server hiccup that just happened to last a little while. On Sun, 9 Aug 2015 at 11:19 Brett Cannon wrote: > Anyone else seeing this? > > pulling from ssh://h...@hg.python.org/cpython > remote: ssh_exchange_identification: Connection closed by rem

[python-committers] Having issues updating a checkout

2015-08-09 Thread Brett Cannon
Anyone else seeing this? pulling from ssh://h...@hg.python.org/cpython remote: ssh_exchange_identification: Connection closed by remote host abort: no suitable response from remote hg! My laptop is fairly new so I'm trying to eliminate any way it might be my setup instead of the servers. __