Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.46 KB | None | 0 0
  1. christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ GIT_TRACE=1 git push --porcelain --progress --recurse-submodules=check origin refs/heads/master:refs/heads/master
  2. trace: built-in: git 'push' '--porcelain' '--progress' '--recurse-submodules=check' 'origin' 'refs/heads/master:refs/heads/master'
  3. trace: run_command: 'ssh' 'christoph@111.111.111.111' 'git-receive-pack '\''/media/christoph/afacc396-ec79-4920-9105-513ca4616c06/git/Documents'\'''
  4. christoph@111.111.111.111's password:
  5. trace: run_command: 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
  6. trace: exec: 'git' 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
  7. trace: built-in: git 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
  8. Counting objects: 3383, done.
  9. Delta compression using up to 8 threads.
  10. Compressing objects: 100% (2257/2257), done.
  11. remote: fatal: pack has bad object at offset 426983770: inflate returned -5
  12. error: pack-objects died of signal 13
  13. error: failed to push some refs to 'ssh://christoph@111.111.111.111/media/christoph/afacc396-ec79-4920-9105-513ca4616c06/git/Documents'
  14. christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ git count-objects -Hv
  15. count: 0
  16. size: 0 bytes
  17. in-pack: 3452
  18. packs: 1
  19. size-pack: 13.03 GiB
  20. prune-packable: 0
  21. garbage: 0
  22. size-garbage: 0 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement