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
Post a Comment