开发者

Why does terminal become unresponsive after I use certain git commands?

开发者 https://www.devze.com 2023-03-06 11:33 出处:网络
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开发者_JAVA百科 m

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开发者_JAVA百科 make the terminal active again instead of just quitting the terminal and starting over?

Why does terminal become unresponsive after I use certain git commands?


You are inside a program that displays the log without scrolling, most likely less, which can be exited by pressing the q key.


Just press q to quit from less.

0

精彩评论

暂无评论...
验证码 换一张
取 消