-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
getpass not working on Windows #28828
Comments
Thanks for the report, and sorry about this! Looks like we're missing a s = Base.getpass("Test: ")
seekstart(s)
read(s, String) In general, |
That does indeed do the trick, and noted about |
Can we make |
I really wanted to unify these, but it's just a very different API — |
Can this be closed? |
Base.getpass
does not appear to accept input when used on Windows (64-bit Windows 7):Also tested under v1.0 with the same result. I've tried regular keyboard input, and pasting from the clipboard.
Base.winprompt
works as expected.ref: https://discourse.julialang.org/t/how-do-i-use-getpass/13880
The text was updated successfully, but these errors were encountered: