windows Mysysgit "(END)" 显示,我该如何进行?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4627712/
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
Mysysgit "(END)" displays, how do I proceed?
提问by XBigTK13X
While using mysysgit under Windows, I do not know how to regain control of the console windows after running git login Git Bash. This seems simple yet I cannot find the key combination or command, so I find myself having to close the console window and relaunching a new instance of Git Bash to interact with git.
在 Windows 下使用 mysysgit 时,我不知道如何在 Git Bash 中运行git log后重新获得对控制台窗口的控制。这看起来很简单,但我找不到组合键或命令,所以我发现自己必须关闭控制台窗口并重新启动 Git Bash 的新实例才能与 git 交互。
What is the key combination and/or command I need to exit the log viewer?
退出日志查看器所需的组合键和/或命令是什么?
回答by Sardaukar
As said in the comments already, press the Q key.
正如评论中所说,按 Q 键。
回答by TT--
Accepted answer worked for me: type 'q'
接受的答案对我有用:输入“q”
An alternate answer: Ctrl - z
一种替代的答案: Ctrl -z
回答by Gayan Jayasingha
If q does not work just type quit and enter. This worked for me.
如果 q 不起作用,只需键入退出并输入。这对我有用。
-edit This was in power shell though.
-edit 这是在 power shell 中。