English 中文(简体)
在试图从Eclipse的eGit公司购买香料时,发生了“内部错误”。
原标题:"An internal error occurred" when trying to commit to git from eGit in Eclipse

[SOLVED] 更有甚者,我没有“礼仪”许可。 因此,试图写写这件事,并bou。

我过去几个月来一直在使用Eclipse,但刚刚从CLI那里跑。 我决定,这种做法效率不高,我想使用eGit,因此,我开始接受这一理论(http://www.slidecomm.net/loianeg/using-the-egit-eclipse-plugin-with-git-hub-25787?from=embed)。

我试图增加一个现有项目,因此我的确是“团队”和“团队”;Share Project->Git,并选择了与我的项目相应的.git。 似乎已经放弃了这种lip,但当我试图作出承诺时,我听到有人说。

“突发变化遇到了一个问题——内部错误发生。

When I click details, it say "An internal error occurred Exception caught during execution of commit command"

...... 我甚至不知道从哪里开始。 我 error倒了错误, t无益。

任何人都知道如何解决这一问题,或至少如何开始分解?

最佳回答
  • start debugging?
    Check the "Errors" Eclipse view for a full Stack Trace associate with that error message

Error View实例:

Show Error View
Eclipse Error View

  • fix it?
    If the Exception is a NPE one (NullPointerException), like shown in bug 329611, then you can try a git commit -m "a message" in a shell, in order to get past that initial first commit with a GUI.

https://stackoverflow.com/users/998687/rogueleaderr” OP rogueleader 提到,错误观点和该例外背后的确切障碍就足够了:

Somehow, I managed to not have "write" permissions to the .git directory.
So was trying to write the commit and getting bounced.

问题回答

我已经解决了我的个案,取消了指数。 项目夹中的文件。

I face this problem too, Error tab doesn t show anything more. So I use GitExtension to commit instead, problem solved.

采用平行的电子定位和吉特延伸手段,不断跟踪当地发光机是一个好的想法。 当我们每次作出改变时,它都更新了Eclipse和GiteExsion。

我面临这一问题。 我删除了<条码>.git 和.gitignore文档,将其推向正确操作。

我有同样的问题。 我通过使用(按此顺序)从终点站手工操作来解决:

<代码>git 添加 然后git commitments,最后,gitzan/code> from the local repoDirectory.

我面临同样的问题,这个问题在删除指数后得到解决。 锁在箱子里。





相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...