Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- trace: built-in: git 'push' '--porcelain' '--progress' '--recurse-submodules=check' 'origin' 'refs/heads/master:refs/heads/master'
- trace: run_command: 'ssh' '[email protected]' 'git-receive-pack '\''/media/christoph/afacc396-ec79-4920-9105-513ca4616c06/git/Documents'\'''
- christoph@111.111.111.111's password:
- trace: run_command: 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
- trace: exec: 'git' 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
- trace: built-in: git 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
- Counting objects: 3383, done.
- Delta compression using up to 8 threads.
- Compressing objects: 100% (2257/2257), done.
- remote: fatal: pack has bad object at offset 426983770: inflate returned -5
- error: pack-objects died of signal 13
- error: failed to push some refs to 'ssh://christoph@111.111.111.111/media/christoph/afacc396-ec79-4920-9105-513ca4616c06/git/Documents'
- christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ git count-objects -Hv
- count: 0
- size: 0 bytes
- in-pack: 3452
- packs: 1
- size-pack: 13.03 GiB
- prune-packable: 0
- garbage: 0
- size-garbage: 0 bytes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement