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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:16:09  来源:igfitidea点击:

How To Stop Git-Bash command on windows

androidgitbashcordovaionic-framework

提问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 命令行的屏幕截图。

screenshot of Git-bash command line

Git-bash 命令行截图

Thanks...

谢谢...

回答by Robin Eisenberg

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?

我不熟悉 Ionic 的工作原理,但你应该在 Git Bash 中这样做吗?您是否尝试过cygwin,因为您似乎在 Windows 上?

Anyhow, Ctrl+cshould do, have you tried that?

无论如何,Ctrl+c应该这样做,您尝试过吗?

回答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对我有用