I just downloaded and installed node and the latest version of npm. When I'm trying to clone git repository I get
"'git' is not recognized as an internal or external command, operable program or batch file." error
I tried installing git specifically from npm and it seems to install some packeges but while trying to clone still see the same message.
any idea how to work it out?