Eclipse EGit-超过200个基于合并的基异常

Eclipse EGit-超过200个基于合并的基异常,eclipse,git,svn,egit,Eclipse,Git,Svn,Egit,我试图将主分支合并到另一个分支中 我收到以下wierd例外情况: An internal error occurred during: "Merging with refs/heads/master". Exception caught during execution of merge command. org.eclipse.jgit.errors.NoMergeBaseException: No merge base could be determined. Reason=CONF

我试图将主分支合并到另一个分支中

我收到以下wierd例外情况:

An internal error occurred during: "Merging with refs/heads/master".
Exception caught during execution of merge command. org.eclipse.jgit.errors.NoMergeBaseException: No merge     base could be determined. Reason=CONFLICTS_DURING_MERGE_BASE_CALCULATION. "More than 200 merge bases for:
a f66d2b5e393e04cea11e4b92a54e71bb6180cd5e
b 8ca54ccc2c1df01813049f13d7ab88d0a7d28060 found:
count 2"
你知道这是什么吗


PS:其他分支确实很好地合并到master中。

您似乎被咬了,这已在EGit 3.2及更高版本中修复


若要解决此问题,请在命令行上执行合并,或参阅EGit中的解决方法。

有关您的信息,我刚刚遇到了相同的异常,将源/主机拉入本地/主机。然而,EGit和JGit都在3.3.1版中

Eclipse中的拉取结果:

Exception caught during execution of merge command.
org.eclipse.jgit.errors.NoMergeBaseException: No merge base could be determined.
Reason=CONFLICTS_DURING_MERGE_BASE_CALCULATION.
"More than 200 merge bases for:
a f13ef2fd1cbcdae32a8b275fdec244819c219679
b 2bfec3e6ae8963376e9618c800dba67081616fea
found: count 2"
我试过3到4次,中间有硬复位,有无ff,但总是得到完全相同的响应

命令行中的Pull结果(法语,抱歉,但它起作用了,我只是在一个小文件中有一个小冲突):

因此,我想知道这是否是同一个bug,如果是,它是否确实被修复了。:)

$ git pull
Compression automatique du dépôt pour une performance optimum. Vous pouvez aussi
lancer "git gc" manuellement. Voir "git help gc" pour plus d'information.
Counting objects: 7132, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (5341/5341), done.
Writing objects: 100% (7132/7132), done.
Total 7132 (delta 4315), reused 2693 (delta 1317)
Fusion automatique de src/path/to/tiny/file
CONFLIT (contenu) : Conflit de fusion dans src/path/to/tiny/file
La fusion automatique a échoué ; réglez les conflits et validez le résultat.