The problem is that whenever I'm trying to use git help pages, it is showing me the following error:
Suyash@BaazWorkstation MINGW64 ~/Desktop/Git (master)
$ git help log
/usr/bin/start: line 8: cmd: command not found
fatal: 'web--browse' appears to be a git command, but we were not
able to execute it. Maybe git-web--browse is broken?
I have tried the command
Suyash@BaazWorkstation MINGW64 ~/Desktop/Git (master)
$ git config --global web.browser chrome
before, but no effect, also tried using google-chrome
in place of chrome
but it didn't work either.
Please help with the problem.