Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot use git in Android Studio's terminal

Like my title, I cannot use git in intergrated terminal in Android Studio, although I added Path in Enviroment Variable. Please tell me why?

Thanks everybody for your help, after restarting windows, I used git command in terminal :D

like image 893
hopdacho Avatar asked Aug 22 '15 09:08

hopdacho


1 Answers

File >> Settings >> Version Control >> Git >> Click on Test to see if the Test is successful, if not you have to adjust the path which includes git.

Probably you need to change also cmd.exe. Go to Settings, search terminal and include the path "C:\Program Files (x86)\Git\bin\sh.exe" --login -i

like image 111
weletonne Avatar answered Nov 01 '22 01:11

weletonne