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 fsck --full
- Checking object directories: 100% (256/256), done.
- Checking objects: 100% (3452/3452), done.
- christoph@christoph-laptop-14-04:~/Big Stuff/Git Containers/Documents Container$ git gc
- Counting objects: 3452, done.
- Delta compression using up to 8 threads.
- Compressing objects: 100% (2254/2254), done.
- Writing objects: 100% (3452/3452), done.
- Total 3452 (delta 915), reused 3452 (delta 915)
- 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
- christoph@111.111.111.111's password:
- 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'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement