martes, 8 de enero de 2019

Android Studio Checkout Github Error “CreateProcess=2” (Windows)


1) Download git for windows https://desktop.github.com/
2) Install downloaded git with default setup
3) From Android Studio close if any project is open then Click on Configure -> Settings -> Version Control -> Git
4) Change Path to Git executable : git.exe to C:\Users\[userName]\AppData\Local\GitHubDesktop\app-1.5.1\resources\app\git\cmd\git.exe
5) Apply and Ok
6) Then go to VCS -> Import into Version Control -> Share Project on GitHub. Enter Repository name, Description and click Share button.

enter image description here