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

fix GitHub token not used when password arg is not present #48

Closed bb1950328 closed 2 years ago

bb1950328 commented 3 years ago

this should fix #42 and #47

when I ran github-backup like this: $ github-backup ghp_TOKEN . --all -u bb1950328 I got a github.GithubException.RateLimitExceededException: 403 pretty fast. After applying the changes it worked.