Skip to content

Instantly share code, notes, and snippets.

@andrew
Created October 9, 2009 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrew/206037 to your computer and use it in GitHub Desktop.
Save andrew/206037 to your computer and use it in GitHub Desktop.
Pushing
Andrew@adamvaio ~/Sites/plugins/make_resourceful (master) $ git push origin master
Counting objects: 17, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (12/12), 965 bytes, done.
Total 12 (delta 8), reused 0 (delta 0)
fatal: unresolved deltas left after unpacking
error: unpack-objects exited with error code 128
error: unpack failed: unpack-objects abnormal exit
To git@github.com:andrew/make_resourceful.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'git@github.com:andrew/make_resourceful.git'
Pull
Andrew@adamvaio ~ $ git clone git@github.com:andrew/make_resourceful.git
Initialized empty Git repository in /Users/Andrew/make_resourceful/.git/
error: Could not read ae396b8cca7654ea85c36f0001f2ab8931c31c8f
fatal: Failed to traverse parents of commit 3948cab94d1683c08f3b47793c023ddfc5c17bca
error: waitpid (async) failed
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: Counting objects: 1, done.
remote: Total 1 (delta 0), reused 0 (delta 0)
remote: aborting due to possible repository corruption on the remote side.
Receiving objects: 100% (1/1), done.
error: waitpid (async) failed
fatal: error in sideband demultiplexer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment