2
git rebase -i
을 실행하면 정규 todo 목록 (모든 repos, 모든 편집기) 바로 다음에 표시되는 ansi 색상 코드를 얻었습니까?`git rebase -i`는 편집기에서 ansi 색상 코드를 보여줍니다.
- 자식 버전은 2.13와 2.15을 시도하고 나는
color.ui
&color.interactive
이 거짓 테스트 내 사용자 설정을 핵 공격. 자식 설정에서
- 시도 정력, 나노, subl 및
ed
(core.editor
), 모든
감사합니다이 문제를 가지고있다.
pick 5c0cbe059d56e2fe2bac4bf9e3373d5882157f4a commit
[38;5;252m# Rebase b4c6863..5c0cbe0 onto b4c6863 (1 command)[39m
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x, exec = run command (the rest of the line) using shell
# d, drop = remove commit
#
# These lines can be re-ordered; they are executed from top to bottom.
#
# If you remove a line here THAT COMMIT WILL BE LOST.
#
# However, if you remove everything, the rebase will be aborted.
#
# Note that empty commits are commented out
힘내는 어떤 편집기를 사용합니까? –
그게 정력이야, 나도 나노를 시도 했어, 똑같은 문제 야. 그래서 나는 @AndrewMarshall을 사용하고있는 편집기가 아닌 것 같아. –
'~/.vimrc'에'syntax off '를 추가 해보지 만 좋은 해결책은 아니다. vim의 구문 색상이 제대로 작동하지 않는 것 같습니다. – ElpieKay