error | tip/error
Error :) Error: cannot spawn less: No such file or directory
meno1011
2022. 8. 18. 14:15
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