Hangs up on Git Bash (Windows)
See original GitHub issueFirst of all let me thankyou for wonderful project! It works perfectly on any platform I use.
Anyway on Windows (installed via pip
), when it runs on Git Bash doesn’t produce any output and blocks the shell. On PowerShell works perfectly.
System is Windows 10, GitBash is the latest at the moment of writing.
Have a nice day
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Git Bash as terminal freezes constantly · Issue #144016 - GitHub
Set Git Bash as default terminal · Open a new terminal · Type something to confirm its working · Click the + icon...
Read more >Git Bash hangs on CTRL + I - windows - Stack Overflow
When I am running Git Bash, I occasionally accidentally press CTRL + I and this freezes up the terminal for quite a long...
Read more >git freezes on most commands - Google Groups
Even just running git --version causes the program to freeze. The only way to unfreeze the windows terminal is by killing the git...
Read more >Stuck in Git-Bash command line? - Medium
Get back to normal console [:x] : If everything is complete and you want to get back to the git-bash terminal, simply type...
Read more >Gitbash hangs with `git push -u` and https credentials
To summarize, when you write git push -u origin main and press ENTER nothing happen. It freezes. What I did was: Uninstall GitBash...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It turns out it’s a known issue in Git for Windows v2.26.2:
Upgraded python and httpie to the latest versions today and got this issue. I’ve just added
alias http='winpty http'
to my~/.bashrc
and it works again. Thanks!