On Tue, Sep 6, 2011 at 10:15 AM, Luke <l...@zork.pl> wrote:

> Hi,
>
> I am not able to clone QT branch repository from gitorious. Transfer
> drops to 4KiB and after that I get:
>
> Cloning into wkhtmltopdf-qt...
> remote: Counting objects: 468050, done.
> remote: Compressing objects: 100% (127250/127250), done.
> fatal: The remote end hung up unexpectedly5 MiB | 27 KiB/s
> fatal: early EOF
> fatal: index-pack failed
>
>
> The command is:
>
> git clone git://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git
> wkhtmltopdf-qt
>

Luke,
There was, up to some point, a bug in Git which caused strange things to
happen when pulling from git:// urls containing plus signs. Do you have
better luck using this URL:

git clone 
git://gitorious.org/qt/wkhtmltopdf-qt.git<http://gitorious.org/+wkhtml2pdf/qt/wkhtmltopdf-qt.git>

?

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to