Eclipse git commit错误;Committing changes has encountered a problem An Internal error occured
时间:2018-09-04 00:03:21
收藏:0
阅读:959
背景
- 在使用eclipse时,使用git commit 提交代码时,出项如下错误

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

原文:https://www.cnblogs.com/jixue/p/9581675.html
评论(0)