On Thu, 2014-09-04 at 03:29 +0530, Eejya Singh wrote:You can try a shallow clone, something on the like:
> I tried git fetch in the ~/jhbuild/checkout/gtk+ directory but it still
> gets stuck. I have already tried downloading gtk+ around 4-5 times both
> manually and using jhbuild. Is there some other method (faster) that would
> help? Thanks for replying :)
git clone --depth 1 ...
That will not retrieve the whole git history.
Nevertheless, it seems particularly slow today. It took me 46 seconds
to make a shallow clone of gtk+.