Issue
Can't start Git: C:\Users\Cloudion PC\AppData\Local\GitHub\PortableGit_d93ee8917cfa9add886773e6be9ec08609a502b6\bin\git.exe Probably the path to Git executable is not valid.
I am getting the above message which is related to the git in android studio for windows.so far I am using android studio without any problem for last couple of months. now I am getting this all the time I type the code.
`C:\Users\Cloudion\AppData\Local\GitHub\PortableGit_d93ee8917cfa9add886773e6be9ec08609a502b6\bin\git.exe`
but now I cant find git.exe
at the above. What happened? Does the location change?
Solution
finally I got it. the location of git.exe is changed from
C:\Users\Cloudion\AppData\Local\GitHub\PortableGit_d93ee8917cfa9add886773e6be9ec08609a502b6\bin\git.exe
to
C:\Users\CloudionPC\AppData\Local\GitHub\PortableGit_c7e0cbde92ba565cb218a521411d0e854079a28c\mingw32\bin\git.exe
Answered By - Nabeel K
Answer Checked By - Terry (JavaFixing Volunteer)