Why does terminal become unresponsive after I use certain git commands?
问题 Very often (every time really) after I use the command git log my terminal becomes unresponsive to further input, this is on OSX. Is there a command that I don't know about that will make the terminal active again instead of just quitting the terminal and starting over? 回答1: You are inside a program that displays the log without scrolling, most likely less , which can be exited by pressing the q key. 回答2: Just press q to quit from less . 来源: https://stackoverflow.com/questions/6005054/why