Android 如何在 Windows 上停止 Git-Bash 命令
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24478847/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How To Stop Git-Bash command on windows
提问by Maulik Anand
I am developing HTML 5 Android app using Ionic Framework.
我正在使用Ionic Framework开发 HTML 5 Android 应用程序。
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.
但是在我的设备中打开一个应用程序nexus 7(在设备中正常工作)后,我的笔记本电脑上的 git bash 不允许我输入新命令。它只是停留在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.
我的问题是如何输入新命令或再次运行/构建应用程序?, 无需退出并再次打开 git-bash。
Here is screenshot of Git-bash command line.
这是 Git-bash 命令行的屏幕截图。


Thanks...
谢谢...
回答by Robin Eisenberg
回答by user9645172
ctrl+cis the most used task killing command for command based working windows.
ctrl+c是基于命令的工作窗口最常用的任务终止命令。
回答by nawissor
ctrl+endis what worked for me
ctrl+end对我有用

