-
Notifications
You must be signed in to change notification settings - Fork 137
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
Crashes in git bash #22
Comments
I have the same issue. At least I'm not alone :) Does @Mpdreamz plan to include Git Bash for Windows support in the future? |
What runtime are you using? I tested this with .NET Core 2.1.0 and it does crash. I don't think this can be fixed in this library though. I think it needs to be fixed in Here is the full stack trace for reference.
I rarely use windows, so I'm not interested in perusing a fix here, but I think it should be possible for |
I'm seeing this same error while using the Powershell terminal in VS Code. Does that change the assessment of this issue? |
Please try: https://www.nuget.org/packages/ShellProgressBar/4.1.1 it works for me in the |
@Mpdreamz, this issue still occurs when using Visual Studio Code. Tested with 4.1.1. |
@jamesrom what operation system do you use? |
@Mpdreamz, VS Code on Windows 10. |
I was running into this issue with Version 5.0.0. Turns out that it was an issue in Visual Studio Code and its built in terminal. See: dotnet/vscode-csharp#2336 Using 'externalTerminal' in Visual Studio Code launch settings resolved this for me.
NOTE: I don't know how to stop github collapsing code blocks. |
Maybe its expected since it´s not written any support, but it could be good to know that it doesnt work in git bash on windows, it fails:
Unhandled Exception: System.IO.IOException: The handle is invalid.
Splendid lib otherwise :-)
The text was updated successfully, but these errors were encountered: