无法删除git远程分支的问题

当删除远程分支时,可能会出错以下的错误:

$ git push origin :alpha
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/alpha
To remote_repository_uri.git
! [remote rejected] alpha (deletion of the current branch prohibited)
error: failed to push some refs to 'remote_repository_uri.git'


原因好像是因为HEAD指向了要删除的分支。

解决方法有两个:

1,修改HEAD的指向

http://www.drkdidel.be/en/blog/84/git-refusing-to-delete-a-remote-branch-because-it-is-set-as-current

2,修改git的配置

(没具体试过,但上面的错误信息来说,如果删除的话,可能导致git clone命令无法check out出文件,

    所以感觉还是方法1好一些)

http://blog.csdn.net/sunalongl/article/details/52013435

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值