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