Hi,
I'm trying to checkout the linux kernel from the GIT repository. After
compressing the objects and calculating some delta information the
process just hangs there forever. See output below. Any ideas what it
can be or what I can do to fix this problem?
weras@weras-laptop:~/Documents$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
Initialized empty Git repository in /home/weras/Documents/linux-omap-2.6/.git/
remote: Counting objects: 935957, done.
remote: Compressing objects: 100% (230212/230212), done.
remote: Total 935957 (delta 782792), reused 857213 (delta 704240)
Thanks in advance
Willem