I am very new to BitBucket.Problem is that PowerShell does not recognize git command.What I am trying to do is to Clone.When i copy address to PowerShell and press Return this message shows:
The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spellin g of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:4 + git <<<< clone https://B@bitbucket.org/B/firstrepository.git + CategoryInfo : ObjectNotFound: (git:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Does anyone know how to solve this? Thanks in advance!