You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried completely uninstalling LFS, doing the merge, and reinstalling afterwards? I just tried it locally with your example and it seems to work here.
As I understand it LFS is "transparent" to bare git (using smudge filters) and you don't actually have to instantiate anything. In fact it will probably be a lot faster :) then do a git lfs update when you're done.
Yep, I think you're right, and for the record for any others setting GIT_LFS_SKIP_SMUDGE=1 is probably the easiest way to disable LFS smudging operations while using this tool.
I wonder what it would take to support LFS, or if that's too big a lift for the plumbing involved...
Here's my public test case:
testmono.repos.txt
:I have already install git lfs globally, so that I can just
git clone
from my own repos using LFS and everything "just works":But when I run
tomono
, I get:The text was updated successfully, but these errors were encountered: