我无法origin/master
从服务器中删除。不知道为什么。
错误消息如下
remote: error: By default, deleting the current branch is denied, because the next
remote: error: 'git clone' won't result in any file checked out, causing confusion.
remote: error:
remote: error: You can set 'receive.denyDeleteCurrent' configuration variable to
remote: error: 'warn' or 'ignore' in the remote repository to allow deleting the
remote: error: current branch, with or without a warning message.
remote: error:
remote: error: To squelch this message, you can set it to 'refuse'.
remote: error: refusing to delete the current branch: refs/heads/master
To acanzian@elab.ecn.purdue.edu:/export/home/a/elabshare/git/ID-check.git
! [remote rejected] master (deletion of the current branch prohibited)
error: failed to push some refs to 'acanzian@elab.ecn.purdue.edu:/export/home/a/elabshare/git/ID-check.git'
不,我没有使用Github。
1
你为什么想这么做?还有其他分支吗?
—
丹尼尔·B
实际上,还有其他分支(实际上,请检查指向图像的链接,您能为我显示它吗?)。我们必须重新建立基础
—
Atcold 2014年
master
,并在一个现在应该成为的临时分支上进行了master
。唯一的问题是我不知道为什么无法杀死服务器上的master。
也许不是您要找的答案,但是您可以强制将重新设置
—
SlightlyCuban 2014年
master
为origin/master
,有效地将旧的替换为新的。
除了错误消息,请发布您正在使用的命令。
—
Kyralessa
@Kyralessa,检查屏幕截图。
—
2014年