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

Gitlab 的 Develop 角色没有权限提交问题

时间:2016-08-02 13:31:10      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:

"C:\Program Files\Git\bin\git.exe" push --recurse-submodules=check --progress "origin" refs/heads/master:refs/heads/master
Counting objects: 3, done.
Delta compression using up to 4 threads.
Total 3 (delta 1), reused 0 (delta 0)
remote: GitLab: You are not allowed to push code to protected branches on this project.        
To
http://192.168.210.199/XXX.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to ‘http://192.168.210.199/XXX.git‘
Done

 

技术分享

默认 master 分支是处于被保护状态下的,develop 角色是没有权限提交到 master 分支的,Gitlab 更推荐遵循 Gitflow 的方式,临时解决的方式是  Setting中 => Protected branches 启用 master 分支可被 develop 角色提交即可。

Gitlab 的 Develop 角色没有权限提交问题

标签:

原文地址:http://www.cnblogs.com/Irving/p/5728550.html

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