Git Hangs while unpacking objects (Windows)
OCT 2014
I ' m not sure if it is because we ' re behind a proxy, the network have issues or my work laptop isn ' t great, but for some R Eason the Git clones very often hang during the unpacking of objects.
done.remote: Total 21 (delta 0), reused 0 (delta 0)Unpacking objects: 100% (21/21), done.
There is a-a-recover this, if-to Ctrl+C
-exit the git command then into the cd
folder cloned into.
(master)Checking object directories: 100% (256/256), done.notice: No default referencesdangling commit: 0a343894574c872348974a89347c387324324
The bit we ' re interested in are the dangling commit, if we merge this commits manually all would be fine
git merge 0a343894574c872348974a89347c387324324
Job done, you should now has the completed clone.
Resources:
Http://www.owenrumney.co.uk/2014/10/14/Git-stalls-on-unpacking-objects.html
"Git" Git Hangs while unpacking objects (Windows)