I am trying to commit a couple of files using git bash on windows 10. After doing git add, the file get staged and appear in green. Next when I run git commit , there is below message and nothing happens
"Python was not found but can be installed from the Microsoft Store: ms-windows-store://pdp/?productid=9NJ46SX7X90P"
I checked the python version by running python --version is git bash and it displays Python 2.7.2
Can someone please help me fix the issue with git commit ?