git --no-pager log -n 3
执行一个配置即可彻底解决
git config --global core.pager more注:-- 添加上面的设置之后,会带来一个问题:显示的日志不再分页,所以查看日志的时候 需要设定分页参数-- 例如:查看前五条git log -v -n 5