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

AttributeError: 'Github' object has no attribute 'get_org' #37

Closed zen closed 4 years ago

zen commented 4 years ago

When invoked as: ./github-backup.py token_or_password ~./github_backup -o org_name

I'm getting

Traceback (most recent call last): File "./github-backup.py", line 156, in main() File "./github-backup.py", line 56, in main org = gh.get_org(args.org) AttributeError: 'Github' object has no attribute 'get_org'

mwenell commented 4 years ago

I have the same problem when using -o option and organization neame. Any idea how to fix it?

kmentch commented 4 years ago

Getting the same error here as well.

victorkane commented 4 years ago

Getting same error. Everything worked well for user. But when I added -o orgname, got the above error

brian-oster-acme commented 4 years ago

I am getting the same error as well.

stv0g commented 4 years ago

fixed by #34