mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 23:35:52 +03:00
[GH-ISSUE #115] Large quantity of timestamped duplicate repos #57
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @sunny-g on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/115
Not sure if I've configured something incorrectly, or if this behavior is documented but for some subset of repos I'm mirroring, I'm seeing a large number of duplicates being mirrored whose names end with what looks like a timestamp:
Furthermore, many (all but the latest/highest) look like this, even after hours/days:
Hope this is enough context - for the time being, I'm just running gitea-mirror periodically; otherwise, I'm getting hundreds more repos (almost 1k at this point) more repos being mirrored than intended.
But having said all that, this project is still awesome, thank you!
@arunavo4 commented on GitHub (Oct 12, 2025):
@sunny-g this is weird and I have not seen this issue before is it with more than 1 repo or just this particular one ?
@Arrmm commented on GitHub (Oct 15, 2025):
I am also seeing this issue as well but typically it is 1 or 2 additional to the original.
@arunavo4 commented on GitHub (Oct 17, 2025):
@Arrmm can you add some related docker logs
@Arrmm commented on GitHub (Oct 17, 2025):
From what I know, some of the repos takes a lot longer to mirror than others, and sometimes it gets stuck because of timeout. I don't think that's necessary gitea-mirror's problem but more like github or gitea problems.
I actually wrote a bash script to mirror the repos and it does exactly the same thing. Also to note that there are repos out there just can't be mirrored. Don't ask me why. For example, https://github.com/MicrosoftDocs/azure-docs can't be mirrored. I have tried it so many ways, even through gitea itself (using New Migration).
@arunavo4 commented on GitHub (Oct 17, 2025):
@Arrmm thanks for investigating deeper into it. Need to figure out why this maybe happening cause I don't remember changing anything drastic recently
@Arrmm commented on GitHub (Oct 17, 2025):
I am still investigating. Give me another few days and I'll share the log so that we can all debug it together.
Can't say enough good things about this tool though. It is very pretty and easy to use.
@arunavo4 commented on GitHub (Oct 18, 2025):
@Arrmm Thank you. Next goal is to work towards ironing out all small annoying issues.
@arunavo4 commented on GitHub (Oct 22, 2025):
@sunny-g @Arrmm consider testing the image with the new PR for this #119 and see if it solves this issue. I would test it on a fresh gitea
@arunavo4 commented on GitHub (Oct 22, 2025):
This should be solved now @sunny-g @Arrmm feel free to reopen this issue if it persists