We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When switch on "passphrase" as following. flag.BoolVar(&passphrase, "passphrase", true, "ask for private key passphrase.")
flag.BoolVar(&passphrase, "passphrase", true, "ask for private key passphrase.")
it will output error message as following: `E:\goph-1.2.1\examples\goph>gophex.exe Enter Private Key Passphrase: panic: The handle is invalid.
goroutine 1 [running]: main.askPass(0xb3ae66, 0x1e, 0x0, 0x0) E:/goph-1.2.1/examples/goph/main.go:156 +0x1a5 main.getPassphrase(...) E:/goph-1.2.1/examples/goph/main.go:168 main.main() E:/goph-1.2.1/examples/goph/main.go:114 +0x4d7` No chance to input Passphrase
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When switch on "passphrase" as following.
flag.BoolVar(&passphrase, "passphrase", true, "ask for private key passphrase.")
it will output error message as following:
`E:\goph-1.2.1\examples\goph>gophex.exe
Enter Private Key Passphrase: panic: The handle is invalid.
goroutine 1 [running]:
main.askPass(0xb3ae66, 0x1e, 0x0, 0x0)
E:/goph-1.2.1/examples/goph/main.go:156 +0x1a5
main.getPassphrase(...)
E:/goph-1.2.1/examples/goph/main.go:168
main.main()
E:/goph-1.2.1/examples/goph/main.go:114 +0x4d7`
No chance to input Passphrase
The text was updated successfully, but these errors were encountered: