Our contractors are migrating from SVN to Git, and we are in need to provide them with file locking option. As SVN supports this feature, git doesn't have one, so i'm trying to use Git LFS module for this problem. After installing GIT LFS, i locked some of the files using
git lfs lock file
and typed command
git lfs locks
it worked very fast, i got respond less then in a second. But on the side of our contractors, who connect to our network through VPN, response time was more than 10 minutes, and still no output. What might be the problem? And is there any any to solve it?
Git itself and git lfs are installed on Windows 10 and all the commands are run from git bash terminal. git lfs version 2.7.1
I expect same response time from git lfs lock