I'm learning how to use git by reading this book. However, when I tried to run the git log command, I got the following error message :
5 [main] less 3928 cygwin_exception::open_stackdumpfile: Dumping stack trace to less.exe.stackdump
The numbers 5 and 3928 change every time I try running the command. I'm using the version 2.1.14.1 of Git (64bits) on Windows 10 and I'm executing the command from a cmd console (same problem arises when using PowerShell or Git cmd).
Note : the command git diff generates the same error message.
To try out the log command, I've simply edited a "mytestfile.txt" and added two lines of random text, then I've commited by running the command git commit -a -m my "first commit". And then I tried running the log command with no success.