I have a repo that I want to push to codeberg. First, I tried to push to create and got the message
$ git push --mirror
Forgejo: Push to create is not enabled for organizations.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
So I created a new repo, but wasn’t allowed to push until I had pulled - which just deleted all my local files 🙄
So - what do I do?


Have a look at this guide. You need to create the repo first I think before you push. Theres even a note talking about push to create
https://docs.codeberg.org/getting-started/first-repository/
Thanks - I figured out how do to it - I had to use
git remote set-url origin.