On Fri, Feb 12, 2016 at 06:13:01PM +0100, Oleg Broytman <p...@phdru.name> wrote:
> On Fri, Feb 12, 2016 at 10:02:11AM -0600, Ryan Gonzalez <rym...@gmail.com> 
> wrote:
> > How did you manage to push the repo somewhere? hg-git successfully exported 
> > all the changesets for me, but I couldn't push to a directory, and my 
> > computer ran out of memory twice during the adding objects stage when 
> > trying to push to GitHub.
> 
>    As for Github, push in smaller batches, something like
> 
> $ git log --oneline | wc -l
> 92979
> 
> $ git push github master~45000:refs/heads/master
> 
> $ git push github master:master

   And after that

$ git push --all github

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
core-workflow mailing list
core-workflow@python.org
https://mail.python.org/mailman/listinfo/core-workflow
This list is governed by the PSF Code of Conduct: 
https://www.python.org/psf/codeofconduct

Reply via email to