Skip to content

Fix interrupting git clone via Ctrl+C #41

@dscho

Description

@dscho

This is a big problem that also extends to suspending via Ctrl+Z. The problem is that the processes spawned by git clone (git-remote-https and git-fetch-pack) continue running unfazed when the main process is interrupted or suspended.

This happens only when git clone was started in mintty, though, and a workaround is to call winpty git clone.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions