From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33480 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8YbS-00022O-0z for qemu-devel@nongnu.org; Wed, 20 Oct 2010 09:21:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8Yae-0003cc-FE for qemu-devel@nongnu.org; Wed, 20 Oct 2010 09:20:25 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:37222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8Yae-0003cX-By for qemu-devel@nongnu.org; Wed, 20 Oct 2010 09:20:24 -0400 Received: by qyl33 with SMTP id 33so1575389qyl.4 for ; Wed, 20 Oct 2010 06:20:24 -0700 (PDT) Message-ID: <4CBEEC97.3020005@codemonkey.ws> Date: Wed, 20 Oct 2010 08:20:23 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Git server hung References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Crawford Cc: qemu-devel@nongnu.org On 10/19/2010 10:38 PM, Michael Crawford wrote: > git clone http://git.qemu.org/qemu.git > git clone git://git.qemu.org/qemu.git The http protocol is not very efficient with git. Regards, Anthony Liguori > This initializes a repository in qemu/.git and starts downloading from > the git server. > > After 60 or 70 mb - as seen via "du -s" it stops downloading. The > "git clone" never completes. > > How many mb should be in my .git directory? > > Thanks, > > Mike > >