简体   繁体   中英

How To Stop Git-Bash command on windows

I am developing HTML 5 Android app using Ionic Framework .

it successfully builds and run successfully.

But after opening a application in my device nexus 7 (works correctly in device), the git bash on my laptop just doesn't let me enter new command. it just stays at LAUNCH SUCCESS .

My question is how can i enter new command or run/build the app again? , without exit and opening the git-bash again.

Here is screenshot of Git-bash command line.

Git-bash 命令行截图

Thanks...

I'm not familiar with how Ionic works but should you be doing this in Git Bash? Did you try on cygwin , since you seem to be on windows?

Anyhow, Ctrl + c should do, have you tried that?

ctrl + c是基于命令的工作窗口最常用的任务终止命令。

ctrl + end对我有用

如果您直接使用 git cli,在键盘上按q也将为您完成这项工作。

CTRL + C normally works I used to have to restart CLI every time because it lagged or stopped responding. For Git Bash specifically, The q button works perfect to abort processes and continue with workflow

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM