Misc tech tips I've found and want to be able to find again when I need them

How to fix error: open_stackdumpfile: Dumping stack trace to less.exe.stackdump (git+cygwin)

When using git version 2.15.0.windows.1 and cygwin on the same machine, some git commands like diff or log throw an exception and you get this message on the console:

[main] cygwin_exception::open_stackdumpfile: Dumping stack trace to less.exe.stackdump

To fix this error you have to change the value of $TERM to xterm

bash: export TERM=xterm
cmd: set TERM=xterm





Return to Jeff Loughlin's home page