Eclipse git commit错误;Committing changes has encountered a problem An Internal error occured

Posted 话·醉月

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse git commit错误;Committing changes has encountered a problem An Internal error occured相关的知识,希望对你有一定的参考价值。

背景

  • 在使用eclipse时,使用git commit 提交代码时,出项如下错误

  

解决方法

  • 在工程目录下找到 .git 文件夹 ,找到里面的 index.lock 文件,然后删掉这个文件就可以了,如下图

  

以上是关于Eclipse git commit错误;Committing changes has encountered a problem An Internal error occured的主要内容,如果未能解决你的问题,请参考以下文章

git commit 规范

【学了就忘】Git后悔药 — 38.revert撤销(二)

git commit的--amend选项

git eclipse 本地commit 到本地 但上传到服务器失败

eclipse中如何使用Git/gitee雷哥pull拉代码,commit提交到本地,Push推送到服务器

如何使用git回滚版本到分支中的某一个commit时间点