码迷,mamicode.com
首页 > 其他好文 > 详细

git 删除远程master 分支

时间:2015-05-22 16:57:28      阅读:3745      评论:0      收藏:0      [点我收藏+]

标签:


?  fekit-extension-yo git:(dev) git push origin :master
remote: error: By default, deleting the current branch is denied, because the next
remote: error: git clone wont 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 git@gitlab.corp.qunar.com:fed/yobuilder.git
 ! [remote rejected] master (deletion of the current branch prohibited)
error: failed to push some refs to git@gitlab.corp.qunar.com:fed/yobuilder.git   

 

 

 github gitlab setting 当前分支不能为要删除分支

设置后重新执行 git push origin :master  

git 删除远程master 分支

标签:

原文地址:http://www.cnblogs.com/yingwo/p/4522463.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!