Skip to content

Instantly share code, notes, and snippets.

@sikanrong
Created February 25, 2015 12:41
Show Gist options
  • Select an option

  • Save sikanrong/0a6792b9b6325e60d2f3 to your computer and use it in GitHub Desktop.

Select an option

Save sikanrong/0a6792b9b6325e60d2f3 to your computer and use it in GitHub Desktop.
Alexs-MacBook-Pro:rv8 sikanrong$ git remote -v
origin [email protected]:sikanrong/rv8.git (fetch)
origin [email protected]:sikanrong/rv8.git (push)
upstream [email protected]:restoin/rv8.git (fetch)
upstream [email protected]:restoin/rv8.git (push)
Alexs-MacBook-Pro:rv8 sikanrong$ git pull upstream market
From bitbucket.org:restoin/rv8
* branch market -> FETCH_HEAD
Already up-to-date.
Alexs-MacBook-Pro:rv8 sikanrong$ git push upstream market
Counting objects: 84, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (82/82), done.
Writing objects: 100% (84/84), 9.54 KiB | 0 bytes/s, done.
Total 84 (delta 68), reused 0 (delta 0)
remote: error: insufficient permission for adding an object to repository database objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To [email protected]:restoin/rv8.git
! [remote rejected] market -> market (unpacker error)
error: failed to push some refs to '[email protected]:restoin/rv8.git'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment