Ctrl-c (SIGINT/SIGTERM) 在 cygwin 中停止工作。如果我记得,这可能与 TTY 设置有关。请告知如何让它再次工作。我没有故意改变任何东西
stty -a 的输出:
$ stty -a
speed 38400 baud; rows 25; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch = ^Z; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo -echoe -echok -echonl -noflsh -tostop -echoctl -echoke
当按下 ctrl-c 时,cmd 窗口的标题从 Select~ 变为 ~。Ctrl-c 也中断程序执行但不创建新行。
我也在会话 ssh-agent 上运行
我认为这可能会通过重新启动计算机来解决,但如果您有任何想法,请告诉我。