myeclise 下使用git commit出错:
Eclipse的一个bug 329611
你可以尝试使用git客户端执行命令
git commit -m "ignore this commit "
再试下
可以在错误面板中看到具体错误:
Window->Show View -> Error Log 打开错误界面
或者尝试:
在工程目录下找到 .git 文件夹 ,找到里面的 index.lock 文件,删掉再commit