Git 对于 Windows:不能 运行 命令 git config --list 之后的任何命令

Git for Windows: can't run any commands after command git config --list

我在 windows 7 个环境中使用 git bash。我开始 git bash 并输入 git config --list 但在那之后我不能 运行 任何命令并且 git bash 只显示 (end) 画面中。我不知道发生了什么,之前那个命令是正常工作的。
截图:

看起来 git config --list 已打开 less 以显示配置列表。您可以输入 :q 退出 less.

只需按 :+q+ENTER 退出输出。