-
Notifications
You must be signed in to change notification settings - Fork 280
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
it will return an EOF error when run with git bash on windows #191
Comments
In your code above, you're just reading a single line — and stopping. As a consequence, you'll get a I'm quite sure you forgot to enclose everything inside a |
I have the same issue using https://github.com/manifoldco/promptui/ and it fails immediately with an EOF when using Git Bash. All other operations succeed. Any idea how to workaround or fix it? |
I have the same problem, but if I run git bash from visual studio code, it works fine. Is not a bug of this library, I found it crossterm-rs/crossterm#168 |
I have the same problem, I have the same issue using https://github.com/manifoldco/promptui/ . but if I run git bash from idea/vscode, it works fine. |
## Changes Likely due to fact that Git Bash does not correctly support ANSI escape sequences, we cannot use `promptui` package there. See known issues: - manifoldco/promptui#208 - chzyer/readline#191
1.The go code:
2.The error bellow:
3. Are there some skill to fix it? thx.
The text was updated successfully, but these errors were encountered: