Jonas Bernoulli
Jonas Bernoulli
Likely a duplicate of #4739.
I'm guessing that git is recognizing the file as binary and that you can work around that by informing it about that being wrong.
My guess is that the external filter used by `git-lfs filter-process` cannot be found in `PATH`. > Use `git lfs logs last` to view the log. Anything useful there?
I don't see `git-lfs filter-process` prompting the user for any credentials. This looks to me like it thinks that it is being run non-interactively and therefore decides that it cannot...
You should be able to deal with that using `(setq emacsql-global-timeout 1000)`.
That's pretty extreme. I never had to increase the timeout myself. I am working on new sqlite backends for emacsql at https://github.com/magit/emacsql/tree/sqlite-backends. Except for some outstanding improvement concerning error reporting,...
A repository is deleted using something like ```sql DELETE FROM repository WHERE id = '"Z2l0aHViLmNvbTowMTA6UmVwb3NpdG9yeTg2OTE5NzI="'; ``` which seems reasonable. But deletes do cascade, meaning that lots rows have to be...
Hey! I just wanted to thank you for your response. I meant to try out a few things before replying and just haven't found the time yet. So instead of...
Thanks for the information! (I am not gonna try to fix this myself soon, but at least I have a lead for when I work on related things again.)
I have tried doing what you suggested but I either made a mistake or there is more to it in this case: ```diff diff --git a/git-filter-repo b/git-filter-repo index 22826b5..df90679 100755...