Moha.AZ
Moha.AZ

Reputation: 1863

The term 'git' is not recognized as the name of a cmdlet in android studio

When I try to use git in Android Studio terminal, I get this error:

The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

enter image description here

Upvotes: 1

Views: 11446

Answers (1)

Tayyab
Tayyab

Reputation: 123

Make sure you have git installed on your pc then add git to environmental variables.

Link: https://www.delftstack.com/howto/git/add-git-to-path-on-windows/

Upvotes: 2

Related Questions