Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows TypeError #16

Closed
NathanUrwin opened this issue Aug 23, 2017 · 0 comments
Closed

Fix Windows TypeError #16

NathanUrwin opened this issue Aug 23, 2017 · 0 comments
Assignees
Labels

Comments

@NathanUrwin
Copy link
Owner

Traceback (most recent call last):
  File "c:\users\user\appdata\local\temp\tmp3fjavw.py", line 138, in <module>
    main()
  File "c:\users\user\appdata\local\temp\tmp3fjavw.py", line 133, in main
    setup_git_repo()
  File "c:\users\user\appdata\local\temp\tmp3fjavw.py", line 125, in setup_git_repo
    create_remote_repo()
  File "c:\users\user\appdata\local\temp\tmp3fjavw.py", line 97, in create_remote_repo
    getpass.getpass(prompt).strip())
  File "c:\python27\lib\getpass.py", line 95, in win_getpass
    msvcrt.putch(c)
TypeError: putch() argument 1 must be char, not unicode
NathanUrwin pushed a commit that referenced this issue Aug 23, 2017
@NathanUrwin NathanUrwin self-assigned this Jul 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant