Created
February 25, 2015 12:41
-
-
Save sikanrong/0a6792b9b6325e60d2f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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