Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 gitlabhq 2.5,我的团队成员签出一个名为的本地分支feature1并添加一些功能,然后推送到远程源feature1分支。
feature1
他在“合并请求”选项卡中创建了一个合并请求,但我无法合并他的请求。有一条警告消息显示“正在检查自动合并的能力...”
问题是什么?有什么我没有设置正确的吗?
我自己找到了答案:
rake gitlab:app:enable_automerge RAILS_ENV=production
我从生产日志中找到了原因。