V
V
Victor S.2022-01-19 11:35:29
git
Victor S., 2022-01-19 11:35:29

Git. Some kind of END and more will pop up in the terminal. How to remove?

61e7cce93c53f917303612.jpeg
(END, RETURN and something else)
Crawls out such nonsense, I don’t understand how to remove it and what it needs from me.

How it came about, I don't know.

Prevents sending commands to the git through the terminal.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Kuznetsov, 2022-01-19
@SolomonVP

Git wants to show you more than one screen of information, so it calls the standard Unix pager program less. Just type qto return to the terminal when you no longer want to navigate through the output.
jmove down one line
kmove up one line
spacemove down one page
bmove up one page
hshow help
If you don't want less, just replace it with another pager in the configuration. If you don't need a pager at all, just use cat:
git config --global --add core.pager cat

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question