git lab - 无法创建 : This merge request already exists: ["Master"]

标签 git gitlab

我用这个命令强制推送:

git push -f origin master

它推得很好
但是当我去 git lab 提交时,我的提交消息是 5 天前(我的最后一次提交),我已经
得到这个错误:

**无法创建:此 merge 请求已存在:["Master]"**

我还需要提到我的新更改在比较页面中,我可以查看和编辑它们,但我的提交消息是 5 天前的,当我点击提交按钮时,会出现上述错误

有什么帮助吗?
my new changes
error

最佳答案

您必须先关闭所有以前打开的 merge 请求。您可以在执行 merge 请求的 github/gitlab 存储库中检查已经存在的开放 merge 请求

关于git lab - 无法创建 : This merge request already exists: ["Master"],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43425213/

相关文章:

continuous-integration - Gitlab - 提交时自动格式化代码

go - Gitlab CI - Auto DevOps 作业失败,无法为 Go 项目选择构建包?

android - git 远程添加命令 : How to edit remote tag in the . git/config 文件?

git - 启用 git rerere 有什么缺点吗?

permissions - GitLab 6.0 从组中删除用户

continuous-integration - Gitlab CI react 脚本 : not found

git - 我的 git 工作流程是否正确并符合我的团队?

git - 将目录拆分为子模块

.net - 用户如何从浏览器使用 GIT

node.js - Docker/GitLab : npm dependencies installed in docker image, 但通过运行器未满足