I got Eclipse for PHP developers 3.0.2 With Egit 2.2.0 installed, and I am on windows 7 I got my project and repository set up and linked. Yet i cant commit changes. this is the error i get:
Exception caught during execution of add command
Exception caught during execution of add command
I got Git for windows installed and set that in the Git configuration. I also got my HOME variable set up with %USERPROFILE%
Also my project location is on a remote server that i mapped to Z:
This includes the git repo as well.
That remote location has Lubuntu 12.10 installed. It has git installed as well.
Thanks to @NaGeL182.. I got it working now because Git locked
So I need to delete the .git/index.lock file
rm -f ./.git/index.lock
on Windows
del .git\index.lock
Hope this will help.
I found what was the problem. Git locked it self witha file in the ./git/index.lock
After i removed that everything worked fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With