답변:
:q!
:q
터미널이 less.exe 안에 있었지만 q는 아무것도하지 않았지만 나에게 필요한 것입니다. 감사합니다 @RageZ
'q'를 입력하면 작업이 수행됩니다.
터미널에 있고 비슷한 곤경에 처할 때마다 'quit', 'exit'및 중단 키 조합 'Ctrl + C'를 입력하고 입력하십시오.
ps -ax
. 에 대해 몰랐습니다 q
.
:q
으며 나 에게만 도움 이되었습니다.
q
, esc
다른 많은 열쇠들과 그 중 어느 것도 내가 가로 지르기 전까지는 효과가 없었 CTRL + C
습니다.
내가 선호하는 콤보는 Gq
모든 diff를 인쇄 한 다음 종료됩니다.
h
less와 상호 작용하기위한 help 명령을 표시하기 위해 입력 하여 콘솔에이를 인쇄 할 수 있습니다.
SUMMARY OF LESS COMMANDS
Commands marked with * may be preceded by a number, N.
Notes in parentheses indicate the behavior if N is given.
h H Display this help.
q :q Q :Q ZZ Exit.
---------------------------------------------------------------------------
MOVING
e ^E j ^N CR * Forward one line (or N lines).
y ^Y k ^K ^P * Backward one line (or N lines).
f ^F ^V SPACE * Forward one window (or N lines).
b ^B ESC-v * Backward one window (or N lines).
z * Forward one window (and set window to N).
w * Backward one window (and set window to N).
ESC-SPACE * Forward one window, but don't stop at end-of-file.
d ^D * Forward one half-window (and set half-window to N).
u ^U * Backward one half-window (and set half-window to N).
ESC-) RightArrow * Left one half screen width (or N positions).
ESC-( LeftArrow * Right one half screen width (or N positions).
F Forward forever; like "tail -f".
r ^R ^L Repaint screen.
R Repaint screen, discarding buffered input.
---------------------------------------------------
Default "window" is the screen height.
Default "half-window" is half of the screen height.
---------------------------------------------------------------------------
SEARCHING
/pattern * Search forward for (N-th) matching line.
?pattern * Search backward for (N-th) matching line.
n * Repeat previous search (for N-th occurrence).
N * Repeat previous search in reverse direction.
ESC-n * Repeat previous search, spanning files.
ESC-N * Repeat previous search, reverse dir. & spanning files.
ESC-u Undo (toggle) search highlighting.
---------------------------------------------------
Search patterns may be modified by one or more of:
^N or ! Search for NON-matching lines.
^E or * Search multiple files (pass thru END OF FILE).
^F or @ Start search at FIRST file (for /) or last file (for ?).
^K Highlight matches, but don't move (KEEP position).
^R Don't use REGULAR EXPRESSIONS.
---------------------------------------------------------------------------
JUMPING
g < ESC-< * Go to first line in file (or line N).
G > ESC-> * Go to last line in file (or line N).
p % * Go to beginning of file (or N percent into file).
t * Go to the (N-th) next tag.
T * Go to the (N-th) previous tag.
{ ( [ * Find close bracket } ) ].
} ) ] * Find open bracket { ( [.
ESC-^F <c1> <c2> * Find close bracket <c2>.
ESC-^B <c1> <c2> * Find open bracket <c1>
---------------------------------------------------
우선 터미널에서 줄 끝 환경 설정을 구성해야합니다.
git config --global core.autocrlf input
git config --global core.safecrlf true
그런 다음 사용할 수 있습니다 :q
git config --global core.autocrlf true
대신 추가 하면 작업이 수행됩니다.
종료 명령 (q 등)을 누르기 전에 현재 입력 언어를 확인하십시오. 영어가 아닌 경우 영어 명령이 작동하지 않을 수 있습니다.
Crt + c는 Windows에서 작동합니다! 사용자 1852392
exit
나를 위해 그것을했다. return 키를 누른 후의 결과;
my-mac:Car Game mymac$ exit
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
core.pager
구성 변수 (설정된 경우), GIT_PAGER 환경 변수, PAGER 환경 변수, 대체로 선택됩니다less
.