On Fri, Feb 12, 2016 at 06:13:01PM +0100, Oleg Broytman <[email protected]> wrote:
> On Fri, Feb 12, 2016 at 10:02:11AM -0600, Ryan Gonzalez <[email protected]>
> 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/ [email protected]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
core-workflow mailing list
[email protected]
https://mail.python.org/mailman/listinfo/core-workflow
This list is governed by the PSF Code of Conduct:
https://www.python.org/psf/codeofconduct