X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0	tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW
X-Spam-Check-By: sourceware.org
Message-ID: <4D3C1D54.7050909@cpan.org>
Date: Sun, 23 Jan 2011 07:21:40 -0500
From: Rafael Kitover <rkitover@cpan.org>
Reply-To: rkitover@cpan.org
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
MIME-Version: 1.0
To: cygwin@cygwin.com
CC: David Sastre <d.sastre.medina@gmail.com>
Subject: Re: failing to clone a git repo via ssh
References: <4D3BFC69.7080405@cpan.org>
In-Reply-To: <4D3BFC69.7080405@cpan.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

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_git_url
git clone `whoami`@localhost:tmp/dbic_git_url dbic_ssh

On 1/23/2011 5:01 AM, Rafael Kitover wrote:
> This repo clones fine in msysgit and on linux over ssh, but on cygwin
> this is what happens:
>
> $ git clone dbsrgits@git.shadowcat.co.uk:DBIx-Class.git dbic
> Cloning into dbic...
> Warning: untrusted X11 forwarding setup failed: xauth key data not
> generated
> Warning: No xauth data; using fake authentication data for X11 forwarding.
> remote: Counting objects: 43957, done.
> remote: Compressing objects: 100% (16772/16772), done.
> fatal: The remote end hung up unexpectedly6 MiB | 384 KiB/s
> fatal: early EOFs: 89% (39122/43957), 5.64 MiB | 402 KiB/s
> fatal: index-pack failed
>
> The git:// URL works fine
> (git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git).
>
> Come to #dbix-class on irc.perl.org if you want me to add your ssh key
> added, or attach it here...
>
> --
> Problem reports: http://cygwin.com/problems.html
> FAQ: http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

