failing to clone a git repo via ssh

Rafael Kitover rkitover@cpan.org
Sun Jan 23 19:37:00 GMT 2011


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



More information about the Cygwin mailing list