Eclipse EGit提交失败 - 引起:java.io.EOFException

时间:2012-04-29 15:34:21

标签: eclipse exception commit egit

错误详情如下。我刚安装在新的Windows 7机器上,并且在EGit中进行的任何提交都会出现此错误。我可以使用Git Bash shell成功提交。我检查了EGit的更新,但没有找到。其他EGit函数如pull和push都可以工作,但我必须在Git shell中进行提交。

发生内部错误 在执行commit命令期间捕获异常

堆栈跟踪

org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of commit command
    at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:277)
    at org.eclipse.egit.core.op.CommitOperation.commit(CommitOperation.java:255)
    at org.eclipse.egit.core.op.CommitOperation.access$7(CommitOperation.java:233)
    at org.eclipse.egit.core.op.CommitOperation$1.run(CommitOperation.java:197)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
    at org.eclipse.egit.core.op.CommitOperation.execute(CommitOperation.java:207)
    at org.eclipse.egit.ui.internal.commit.CommitUI$2.run(CommitUI.java:220)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.io.EOFException: Input did not match supplied length. 239 bytes are missing.
    at org.eclipse.jgit.storage.file.ObjectDirectoryInserter.shortInput(ObjectDirectoryInserter.java:237)
    at org.eclipse.jgit.storage.file.ObjectDirectoryInserter.toTemp(ObjectDirectoryInserter.java:168)
    at org.eclipse.jgit.storage.file.ObjectDirectoryInserter.insert(ObjectDirectoryInserter.java:105)
    at org.eclipse.jgit.api.CommitCommand.createTemporaryIndex(CommitCommand.java:363)
    at org.eclipse.jgit.api.CommitCommand.call(CommitCommand.java:195)
    ... 8 more

会话数据:

eclipse.buildId=M20120208-0800
java.version=1.6.0_32
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.rcp.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.rcp.product

Aha,在Eclipse Egit社区论坛上发现了这个问题,描述了一个近乎令人难以理解的问题:http://www.eclipse.org/forums/index.php/m/820938/?srch=eofexception#msg_820938

解决方法是从这里为EGit和JGit安装最新的每晚版本:http://download.eclipse.org/egit/updates-nightly/

5 个答案:

答案 0 :(得分:1)

我已解决了从项目的.git文件夹中删除index.lock文件的问题。

答案 1 :(得分:0)

在我的ubuntu 14.04中,我安装了jgit [sudo apt-get install jgit-cli ]问题解决了。安装完成后,我重启了netbeans。

答案 2 :(得分:0)

是的,删除项目正常工作的.git文件夹中的index.lock文件。

答案 3 :(得分:0)

我已通过在Ubuntu 16.04上将用户组更改为当前用户来解决此问题。希望有所帮助。

cd project_directory sudo chown -R 1000:1000。

答案 4 :(得分:-1)

我一次提交了一个文件,直到找到“已损坏”的文件。 就我而言,这是一个word文件。我没有犯错