When I am trying to push my existing repository from github to bitbucket, I get this:-
# git push Counting objects: 1025, done. Delta compression using up to 2 threads. Compressing objects: 100% (661/661), done. Writing objects: 100% (1025/1025), 2.02 MiB, done. Total 1025 (delta 302), reused 909 (delta 227) error: Could not read d97e763d22304ebfa5a1fb7ba9468cb36d4eff49 fatal: Failed to traverse parents of commit 57211de122c9b449c2b4bb0d37ac6a73545a9c68 error: Could not read d97e763d22304ebfa5a1fb7ba9468cb36d4eff49 fatal: Failed to traverse parents of commit 57211de122c9b449c2b4bb0d37ac6a73545a9c68 To ssh://git@bitbucket.org/techvineet/task-manager.git ! [remote rejected] master -> master (missing necessary objects) error: failed to push some refs to 'ssh://git@bitbucket.org/techvineet/test-site.git'
What I m doing wrong?