GitLab:没有任何东西可以合并。 branch 和 master 是一样的

GitLab: There isn't anything to merge. Branch and master are the same

我一直在使用 GitLab 来管理我们的 Git 存储库。最近我遇到了一个问题,我们无法创建任何拉取请求。无论目标分支如何,我总是得到:

There isn't anything to merge.
Branch to be merged and master are the same.

我已经通过 Whosebug 进行了搜索,那里的人们遇到了同样的问题,但我仍然无法解决这个问题。有人可以给我指出正确的方向来解决这个问题吗?

...到目前为止我已尝试以下操作:

Can not do merge request on GitLab --> 完全相同的问题,但我在 .git/config 文件中没有看到任何奇怪的东西!

How can I reconcile detached HEAD with master/origin? --> 我没有分离HEAD,我已经验证了。

终于明白了。 GitLab Satellites 中出现问题!重新启动它们解决了问题。

· February 10, 2015 16:57 -> ERROR -> Command failed [128]: /usr/bin/git --git-dir=/home/git/gitlab-satellites/..../.git merge-base origin/master source/TestBranch
·· fatal: Not a valid object name source/TestBranch