Probably you have renamed your branch in local(and even pushed it) but you haven't set the new branch as upstream branch so you need to set it:
git push -u origin new-branch