go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.04k stars 587 forks source link

Git Bash freezing and unresponsive after doing Ctrl+C #1535

Open Onlooker2186 opened 6 months ago

Onlooker2186 commented 6 months ago

When invoking tasks using Git Bash via Windows Terminal Git Bash via Windows Terminal or VSCode's terminals (instead of Git Bash CLI directly), pressing Ctrl + C will seemingly terminate the task, but it is now unresponsive as no further commands can be entered into the terminal.

Repro steps:

Video recording of issue: https://streamable.com/vzmgu0

trduclong commented 5 months ago

do you try command: winpty task install instead of task install ? I can't test because git demo url return 404