Comment
I'm having an issue where where pushes result in the following error (this happens on multiple repositories):
Remote "origin" does not support the Git LFS locking API. Consider disabling it with:
$ git config lfs.https://codeberg.org/RogerSmith/test.git/info/lfs.locksverify false
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Writing objects: 100% (3/3), 430 bytes | 430.00 KiB/s, done.
Total 3 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
remote:
remote: Forgejo: User permission denied for writing.
To ssh://codeberg.org/RogerSmith/test.git
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'ssh://codeberg.org/RogerSmith/test.git'
I don't seem to be having a general authentication issue as fetches are successful. There doesn't seem to be a general Codeberg issue as I have an older account I just tried and pushes are successful there. Help?