I have problem with getting git pager working when I have ssh connection. I am using latest windows terminal and the remote is a ubuntu 24.
This config does not use less when I am running ie. git log command.
git config --global core.pager less Do i have to configure ssh with pty allocation like "ssh -t". I tried these but it did not solve the issue. I am running out of ideas.
git var GIT_PAGER?echo $GIT_PAGER?echo $PAGER?git config core.pager? "Do i have to configure ssh with pty allocation like "ssh -t"?" Why not just try?lesswork at all?echo test | less? Locally and in ssh session…