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

Getting pygithub3.exceptions.NotFound: 404 - Not Found when using -t option #26

Closed chachra closed 5 years ago

chachra commented 7 years ago

pygithub3.exceptions.NotFound: 404 - Not Found

stv0g commented 5 years ago

Fixed by #30

The -t option has been removed. We now can only login via token or username (as the API permits). We also migrated to PyGitHub package. So the issue is no longer relevant

@clockfort can you close this issue?