Git clone failed while unpacking - lack of space - how to recover without a full clone? -


i cloned repo git yesterday , ran out of space on vms hdd. i've since moved repo , have enough space. git clone ran out of space during unpacking downloaded objects. thing is, git thinks it's date, git status lists pages of deleted files.

git pull doesn't work thinks it's date. can don't have clone entire repository again?

try:

git reset --hard head 

this should update working copy.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -