Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ git fsck --full
  2. Checking object directories: 100% (256/256), done.
  3. Checking objects: 100% (3452/3452), done.
  4. christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ git gc
  5. Counting objects: 3452, done.
  6. Delta compression using up to 8 threads.
  7. Compressing objects: 100% (2254/2254), done.
  8. Writing objects: 100% (3452/3452), done.
  9. Total 3452 (delta 915), reused 3452 (delta 915)
  10. christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ git push --porcelain --progress --recurse-submodules=check origin refs/heads/master:refs/heads/master
  11. christoph@111.111.111.111's password:
  12. Counting objects: 3383, done.
  13. Delta compression using up to 8 threads.
  14. Compressing objects: 100% (2257/2257), done.
  15. remote: fatal: pack has bad object at offset 426983770: inflate returned -5
  16. error: pack-objects died of signal 13
  17. error: failed to push some refs to 'ssh://christoph@111.111.111.111/media/christoph/afacc396-ec79-4920-9105-513ca4616c06/git/Documents'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement