1

I tried to integrate Github through VCS->version control system.It gives following error,when i click on fix it,the 2nd window opens.Now i am clueless that what to do?This error comes on right side

After clicking fix it,this window opens

kindly help.Thanks in advance.

2
  • Give the full path to the git.exe, not just the name. Browse to the directory where you installed it and select executable from there.
    – Wajahat
    Commented Aug 8, 2016 at 20:23
  • Thank you.it worked
    – Nikant
    Commented Aug 8, 2016 at 20:40

2 Answers 2

1

I believe that you need to specify the full path eg. C:\Program Files\Git\cmd\got.exe.

In addition to providing the appropriate login details in the Git-hub section.

0

You need to install git. After installing & configuring git, open android studio, Go to "VCS", then-> "Import into version control", then-> "Share project on github". Give your github username & password, create a github master password for android studio & start sharing your project on github.

Not the answer you're looking for? Browse other questions tagged or ask your own question.