Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is any body here had encounter "lock fail" in ECLIPSE?

Tags:

eclipse

Is any body here had encounter "lock fail" in ECLIPSE? I also encounter this problem. Can anyone tell what the reason and how to solve this.

like image 454
Van Avatar asked Jul 21 '14 09:07

Van


People also ask

What is git lock failure?

"git lfs locks" does indicate that the file is being locked after the "git lfs lock" command, even though it output the next message: Lock failed: GetFileAttributesEx Content/Props/targets/targetTwo_mesh. uasset: The system cannot find the path specified. Tried no unlock, then lock again, same thing happens.


2 Answers

right-click on your project -> show in the local terminal - > git bash then make a git pull .

that's worked for me ( Oxygen2 Relase 4.7.2 )

like image 87
romu31 Avatar answered Oct 18 '22 03:10

romu31


Just delete the .lock file in the .metadata directory in your eclipse workspace directory. refer this link

like image 30
Deepanshu J bedi Avatar answered Oct 18 '22 03:10

Deepanshu J bedi