为什么我不能删除BitBucket中的远程分支?

时间:2015-03-09 09:31:08

标签: git bitbucket git-branch

当我尝试git push origin :foo-branch'时,我收到错误:

error: unable to delete 'foo-branch': remote ref does not exist
error: failed to push some refs to 'git@bitbucket.org:username/repo-name.git'

我知道分支存在,因为:

  • 我在git log --all;
  • 中看到了
  • 我在BitBucket的网络界面中看到它

还有什么,甚至在我运行git remote prune origin之后,当我运行git branch -a时,我仍然可以看到它:

remote/origin/foo-branch

我也试过git fetch -p origin但仍然无法解决这个问题。

0 个答案:

没有答案