GitBash 突然停止正常工作。我尝试卸载并重新安装但没有成功。
git 命令似乎执行了,但在控制台中没有显示任何内容。例如,我可以拉、推、初始化并且它可以工作,但命令行上没有任何显示。
git --version
不会向控制台返回任何内容。
但是,如果我使用 git --version > output.txt
将其输出到文件,它会在文件中正确显示。
也不在命令行上显示当前分支。刚重新安装。我是否缺少一些配置,或者是一些 Windows 问题,还是其他问题?
我在 Windows 7 上运行 git 版本 2.19.2.windows.1。
git --version 在 Windows 命令行中工作正常,但在 GitBash 中则不行。
请您参考如下方法:
我在 Windows 中发生过几次这种情况。在每种情况下,this post保守 secret 。
In my case, the cursor didn't move, or show my typing onscreen. However, it actually executed the command (if I pressed Enter), even though it looked like I didn't type anything in!
The solution was to type reset < Enter >