Is anyone having trouble pushing to Codeberg?
I was getting "connection closed by remote host" errors.
Turns out my git-lfs was old, and Codeberg has some strict ssh settings.
To fix this, read: https://codeberg.org/Codeberg/Community/issues/1895#issuecomment-4057007
Short version, do this (once per repo) before pushing:
git config --local lfs.sshTransfer never
Ensure lfs version is > 3.5.x
hth
🦇
Edited 10d ago