git-lfs-transfer icon indicating copy to clipboard operation
git-lfs-transfer copied to clipboard

Locking support

Open mslinn opened this issue 11 months ago • 1 comments

I see locking-related code in this repository, as well as commits and pull requests regarding locking. However, the README makes no mention of locking support.

Is locking support functional now?

mslinn avatar Dec 29 '24 00:12 mslinn

Hi

A bit late, but have you tried using soft-serve just for git-lfs (I use gitolite for normal git and soft-serve for git-lfs)? Assuming your SSH server addr=:23231, It works if you set this command:

git config lfs.url ssh://localhost:23231/<repo-name>

This supports locking and uses git-lfs-transfer. Maybe you'll get some insights.

coglinks avatar Nov 01 '25 03:11 coglinks