Re: failing to clone a git repo via ssh

2011-01-23 Thread Jeremy Bopp
On 01/23/2011 01:37 PM, Steven Hartland wrote: > - Original Message - From: "Jeremy Bopp" >> All of these combinations avoided the early EOFs problem no matter how >> many times I repeated my testing. As cgf said, this does appear to be a >> problem in Cygwin's pipe code, but it's very st

Re: failing to clone a git repo via ssh

2011-01-23 Thread Steven Hartland
- Original Message - From: "Jeremy Bopp" All of these combinations avoided the early EOFs problem no matter how many times I repeated my testing. As cgf said, this does appear to be a problem in Cygwin's pipe code, but it's very strange that it only seems to be triggered with Cygwin's g

Re: failing to clone a git repo via ssh

2011-01-23 Thread Jeremy Bopp
On 01/23/2011 06:21 AM, Rafael Kitover wrote: > I just realized this bug is replicatable without having ssh access to > our repo, you just need the cygwin sshd enabled, and the guy with access > to the gitosis went off somewhere anyway... > > Here are the steps: > > cd ~ > mkdir tmp > cd tmp > gi

Re: failing to clone a git repo via ssh

2011-01-23 Thread Rafael Kitover
I just realized this bug is replicatable without having ssh access to our repo, you just need the cygwin sshd enabled, and the guy with access to the gitosis went off somewhere anyway... Here are the steps: cd ~ mkdir tmp cd tmp git clone git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git dbic_