clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

replaced os.system() by subprocess.call(), added oauth2 support #12

Closed stv0g closed 5 years ago

ansell commented 9 years ago

With one minor typo fix, changing "repo.repo" to "repo" on line 86, this works for me, where the previous script that calls out to command line "git" directly does not.

stv0g commented 9 years ago

Do you want me to fix that typo?

ansell commented 9 years ago

Yes that would be awesome, it is triggered by using -S, which is necessary to backup private repositories.

clockfort commented 9 years ago

Looks awesome, sorry for being a horrible, unresponsive maintainer.

If you fix up the merge conflict and the referenced typo, I'll merge. Thanks for this!

jvrplmlmn commented 8 years ago

@clockfort any chance that we could get this merged?

stv0g commented 5 years ago

Closing in favour of #30