You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminal.ReadPassord() does not work on windows. Input terminates immediately before users can type in passphrases.
39d4517#diff-055e3e2c833cd88c8c82b8fe7a1e2693R159 changes from hardcoded 0 to a variable from package syscall however the values are not the same for unix and windows. There will need to be code to handle this change.
Bug Description
OS: Windows 10
Go Version: v1.10
The text was updated successfully, but these errors were encountered:
terminal.ReadPassord()
does not work on windows. Input terminates immediately before users can type in passphrases.39d4517#diff-055e3e2c833cd88c8c82b8fe7a1e2693R159 changes from hardcoded 0 to a variable from package
syscall
however the values are not the same for unix and windows. There will need to be code to handle this change.Bug Description
The text was updated successfully, but these errors were encountered: