Mirror Github need to long

Hi,

I try to mirror this https://github.com/0ad/0ad project with Gitea 1.11.6+1 which is run on Raspberry Pi 4. It’s wirking on the command line. But it need long time.

It’s possible to do this with Gitea too?

Regards,
Rafal

That repository has more than 24,000 commits in it; it will take quite a while to push a mirror of that repo to Gitea running on a fairly slow system like an RPi 4.

On my PC this need 13 minutes …

$ date ; git clone https://github.com/0ad/0ad.git ; date
So, 14. Jun 2020 22:39:31
Cloning into ‘0ad’…
remote: Enumerating objects: 812, done.
remote: Counting objects: 100% (812/812), done.
remote: Compressing objects: 100% (375/375), done.
remote: Total 461140 (delta 571), reused 549 (delta 437), pack-reused 460328
Receiving objects: 100% (461140/461140), 4.38 GiB | 5.59 MiB/s, done.
Resolving deltas: 100% (355742/355742), done.
Updating files: 100% (33839/33839), done.
So, 14. Jun 2020 22:53:59

But it’s possible to do this with Gitea?

Nobody can tell you if it’s possible or not. Your PC likely has a much faster processor, more RAM, and a much faster storage system than the Raspberry Pi does.