Re: [Libreoffice] Git hangs?

2011-08-02 Thread Olivier Hallot
Hi Christian I keep getting git hangs here: [tdf@olivier git]$ git clone git:// anongit.freedesktop.org/libreoffice/bootstrap libo Cloning into libo... fatal: The remote end hung up unexpectedly I tried different DSL networks connections, clean users in my Linux, wiped all local repos, dug into

Re: [Libreoffice] Git hangs?

2011-08-02 Thread Niko Rönkkö
Hi Olivier As Michael mentioned you can try to use http reguest instead: $ git clone http://anongit.freedesktop.org/git/libreoffice/bootstrap.git/ libo -- RN ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: [Libreoffice] Git hangs?

2011-08-02 Thread Christian Lohmaier
Hi *, On Tue, Aug 2, 2011 at 2:34 PM, Niko Rönkkö niko.ron...@wippies.fi wrote: As Michael mentioned you can try to use http reguest instead: $ git clone http://anongit.freedesktop.org/git/libreoffice/bootstrap.git/ libo http is much slower than git transport, so I doubt that would help.

[Libreoffice] Git hangs?

2011-08-01 Thread Olivier Hallot
Hello Any git command i isssue does not gives me a response anymore. e.g. git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo or ./g pull -r is there somenthing going in the git repo? Thanks -- Olivier Hallot Founder and Steering Commitee Member The Document Foundation

Re: [Libreoffice] Git hangs?

2011-08-01 Thread Michael Meeks
Hi Olivier, On Mon, 2011-08-01 at 06:51 -0300, Olivier Hallot wrote: Any git command i isssue does not gives me a response anymore. Ok - that is bad, e.g. git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo Do you have access via the git:// protocol ? or is

Re: [Libreoffice] Git hangs?

2011-08-01 Thread Christian Lohmaier
Hi Olivier, *, On Mon, Aug 1, 2011 at 11:51 AM, Olivier Hallot olivier.hal...@documentfoundation.org wrote: Any git command i isssue does not gives me a response anymore. e.g. git clone git://anongit.freedesktop.org/libreoffice/bootstrap libo or ./g pull -r is there somenthing going in