这里有没有人在 ECLIPSE 中遇到过“锁定失败”?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24861745/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is any body here had encounter "lock fail" in ECLIPSE?
提问by Van
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.
这里有没有人在 ECLIPSE 中遇到过“锁定失败”?我也遇到这个问题。谁能告诉这是什么原因以及如何解决这个问题。
回答by romu31
right-click on your project -> show in the local terminal - > git bash
then make a git pull
.
右键单击您的项目 -> 在本地终端中显示 -> git bash 然后创建一个git pull
.
that's worked for me ( Oxygen2 Relase 4.7.2 )
这对我有用(Oxygen2 Relase 4.7.2)
回答by Deepanshu J bedi
Just delete the .lock file in the .metadata directory in your eclipse workspace directory. refer this link
只需删除 eclipse 工作区目录中 .metadata 目录中的 .lock 文件即可。 参考这个链接
回答by user2619700
If you are using tortoise svn tool than right click on your codebase folder and select tortoise svn cleanup. wait for completion and it should works...
如果您使用的是 tortoise svn 工具,请右键单击您的代码库文件夹并选择 tortoise svn cleanup。等待完成,它应该可以工作......
回答by Clover
I know it's an old thread but, it might help someone.
我知道这是一个旧线程,但是它可能对某人有所帮助。
Please check if you have two or more branches with the same name ignoring the case sensitivity.
请检查您是否有两个或多个同名分支,忽略大小写。
deleting the duplicate-named branches solved the issue for me. Hope it helps
删除重复命名的分支为我解决了这个问题。希望能帮助到你