I try to remove the git remote branch on the bitbucket by git push command:
qty:workspace qrtt1$ git push origin :my_branch
remote: fatal: bad object 0000000000000000000000000000000000000000
remote: bb/acl: qrtt1 is allowed. accepted payload.
remote: fatal: bad object 0000000000000000000000000000000000000000
To git@bitbucket.org:qrtt1/workspace.git
- [deleted] my_branch
However, only the branch in my local stroage removed. How do I remove it ?
PS. I can remove the remote branch in the same way from github.