We need to create a copy of the existing repository. To do that, we are following below steps.
git clone --bare https://github.com/exampleuser/old-repository.git
cd old-repository.git git push --mirror https://github.com/exampleuser/new-repository.git
This process works fine, but sometimes due to network issues, it is failing at 97%. So, can you answer my below questions.
Hi Uday, I don't know of any tool that would allow yo to do that without almost as much work as you're doing already.
Regarding your question about mirroring from GitHub, my recommendation would be to ask them directly as they'll be able to provide more accurate information.
Regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.