728x90
git branch 입력시
error : cannot spawn less: No such file or directory
에러발생
해결 : git config --global core.pager ""
위 커멘드를 입력하여 해결하였다.
Because the Windows terminal supports vertical and horizontal scrolling by itself. 라고
윈도우 터미널에선 가로 스크롤(수평 스크롤)이 지원되지만 git이 주로 작동하는 linux 터미널에서는 가로 스크롤이 없어서 발생할 수 있는 에러이다.
참고 : https://stackoverflow.com/questions/60371641/git-error-cannot-spawn-more-no-such-file-or-directory
'error | tip > error' 카테고리의 다른 글
Uncaught Invariant Violation: defaultState for reducer handling [object Object] should be defined (0) | 2022.09.26 |
---|---|
firebase init 401 error (0) | 2022.09.21 |
npx create-react-app 에러 (0) | 2022.09.21 |
nodejs module 에러 (0) | 2022.09.19 |
git push error ! [rejected] master -> master (fetch first) (0) | 2022.04.08 |