Before that I got a problem error: object file is empty
cause my laptop sunddenly turn off. I was fixed with this. My local repo was fixed and I try to pull and push to remote master. But I have a problem like this
$ git push -u origin master
Counting objects: 26, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (22/22), done.
fatal: unable to read c779d43453f63d871ba2a079b79f04558d9b0920
error: remote unpack failed: eof before pack header was fully read
error: failed to push some refs to 'git@bitbucket.org:xxxx/xxxx.git'
How to fix my remote repo? I can't push my new commit cause broken remote repo
How to fix unable to read c779d43453f63d871ba2a079b79f04558d9b0920
on remote repo?