I\'m trying to delete a remote git branch with
git push origin :my_remote_branch
and getting:
error: unable to push to unq
For me the problem was, that this was my default branch on github. I changed default branch, then delete operation was succeeded.
Hope it helps to someone