@codeberg $ git push
fatal: protocol error: unexpected capabilities^{}
fatal: the remote end hung up unexpectedly
Gitea: Internal error
Failed to execute git command: exit status 128
@reinerh is the repo of reasonable size, so that you can upload it to the issue tracker as tgz attachment or such, so that the problem can get reproduced?
@codeberg It's easily reproducible with git 2.29:
$ git init --object-format=sha256
$ touch test
$ git add test
$ git commit -m "test"
$ git remote add origin git@codeberg.org:reinerh/test.git
$ git push -u origin main
But I can also upload it somewhere if needed. :-)
@reinerh debian stable does not have git-2.29 yet (the version when sha256 support had been introduced).
We deployed 2.29 to https://codeberg-test.org .. Can you please test there?
@codeberg Unfortunately same error.
@reinerh Tracking issue https://codeberg.org/Codeberg/Community/issues/346
@codeberg Thanks! ❤️
@reinerh was genau ist die Fehlermeldung?