Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git stuck on Unpacking Objects phase

Tags:

git

github

I'm trying to do a git pull from a remote repository in github into a local machine... but git gets stuck on 70% into the "Unpacking objects" phase, with no sign of going anywhere.. (left it for several hours now with no change)

Any suggestion on how to fix this issue?

Is it possible to instruct git to only download the latest commit/version from the remote repository without all the Intermediate states?

like image 902
gadgad Avatar asked Oct 11 '11 20:10

gadgad


1 Answers

I had the same problem when I git pull a repository on github.com. I found there were some large files and the connection to github was slow. So maybe you just have to wait patiently before git pulls the whole repository.

like image 85
Ernest Avatar answered Oct 20 '22 10:10

Ernest