android - git is unrecongised even I have installed it on my machine -


in tutorial said:

to clone volley need install git gui client ( http://git-scm.com/download ), have installed git gui client on windows machine after installing set environment variable . after installing git type following below command line in command prompt.

 git clone https://android.googlesource.com/platform/frameworks/volley  

i have installed gui git , , when run command git unreconginised.

if go gui , and push https://android.googlesource.com/platform/frameworks/volley asked username , password.

all want clone volley , start using in app. how ?

installing git gui vs installing git on command line different things.

when download git, should come application called git bash looks this

enter image description here

for windows, have open application come out terminal window of own can perform git commands.

keep in mind has basic things similar navigation in linux (you can still use cd navigate , wherever git clone, make repo in folder.

if want run git commands command prompt, need check option while installing i.e.

enter image description here

you can check if it's working on command prompt typing git , should see options come up.


Comments