mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-08 23:02:41 -05:00
remote: mirror repository is read-only #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @outbackdingo on GitHub (Jul 28, 2025).
so i mirrored all my remotes, i checked out a repo, maade a branch made some changes and committed them, when i tried to push its saying
remote: mirror repository is read-only
@arunavo4 commented on GitHub (Jul 28, 2025):
@outbackdingo
This is intentional because:
You should make updates to Github so that it syncs back to gitea. But if you make changes in gitea and then something chnages in github you will break the auto sync as now we will have conflicts.
If you want to make changes and push them back, you have a few options:
@outbackdingo commented on GitHub (Jul 28, 2025):
i see, previously we could make changes to repos with mirror-to-gitea, most of the repos we mirror are yes just backup mirror, however we would like to utilize gitea for the working commit side on some repos. which commits would then push back to github, it would be nice if we could mirror all then flag certain repos to not sync both ways, say changes to git sync to gthub.
@arunavo4 commented on GitHub (Jul 28, 2025):
@outbackdingo Will have to think about this and maybe we can come up with something on the UI.