Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Great! Now I will go copy GitHub issues from the openhatch organization and its github-website-editing-demo repo.
  2. First, I will download them...
  3. And then, I will copy them...
  4. Traceback (most recent call last):
  5. File "bin/setup_practicing_git", line 9, in <module>
  6. load_entry_point('CloneGithubIssues==0.01', 'console_scripts', 'setup_practicing_git')()
  7. File "/home/shauna/Desktop/things/code/git/oh/open-source-comes-to-campus/scripts/clone_github_issues/__init__.py", line 148, in main
  8. interactive_prepare_event(event_name, how_many)
  9. File "/home/shauna/Desktop/things/code/git/oh/open-source-comes-to-campus/scripts/clone_github_issues/__init__.py", line 102, in interactive_prepare_event
  10. copy_en_masse(issues, org_name, repo_name)
  11. File "/home/shauna/Desktop/things/code/git/oh/open-source-comes-to-campus/scripts/clone_github_issues/__init__.py", line 32, in copy_en_masse
  12. copy_issue_to(OAUTH_BASIC_CREDS, new_owner, new_name,
  13. NameError: global name 'OAUTH_BASIC_CREDS' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement