microsoft / VFSForGit

Virtual File System for Git: Enable Git at Enterprise Scale
MIT License
5.98k stars 450 forks source link

Waiting for GVFS to release the lock... #694

Open sjbthfc2 opened 5 years ago

sjbthfc2 commented 5 years ago

Hi, when using GVFS on Windows we seem to be getting a lock issue. For a mounted repo locally, when trying any Git commands at all (status, add, pull, etc) in Git Bash, we just get the message:

Waiting for GVFS to release the lock.../

This spins around indefinitely and never seems to finish.

Any ideas what is happening here or how to resolve this?

Many Thanks.

jrbriggs commented 5 years ago

What version of VFS for Git are you using?

turbonaitis commented 5 years ago

Seems like a symptom of #1251

nicolasalarconrapela commented 5 years ago

Good community! :wave:

Currently I have the same problem and it is not the first time that happens to me.

Situation

Repository housed in git de azure, with git bash and windows 10. When doing gvfs mount this is mounted correctly but if I rungit status . , it gets the following output: Waiting for GVFS to release the lock ...

Possible cause

I conclude that this may have been produced by:

Problem resolution

It's been a while since this problem came back to me, but if I remember correctly, the last time this happened I could not solve it, although other times ...

Possible solutions

I'm scared !!

If you have reached this point and you already know that one of the best solutions is to reinstall the repository again, let me advise you that you should not be afraid of these cases if you have carried out a correct OpenSource repository management as detailed commits. , use of ChangeLog, a task board and a long etc. This is learned if you manage a repository with about 500K commit and several hundred gigabytes

I hope to be of help ...

Happy Coding !!