Answer the question
In order to leave comments, you need to log in
Git. Some kind of END and more will pop up in the terminal. How to remove?
(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
Git wants to show you more than one screen of information, so it calls the standard Unix pager program less
. Just type q
to return to the terminal when you no longer want to navigate through the output.
j
move down one line
k
move up one line
space
move down one page
b
move up one page
h
show 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 questionAsk a Question
731 491 924 answers to any question