Nikant
Nikant

Reputation: 89

How could i integrate github with android studio?

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.

Upvotes: 1

Views: 35

Answers (2)

Nikant
Nikant

Reputation: 89

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.

Upvotes: 0

MikeT
MikeT

Reputation: 56953

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.

Upvotes: 1

Related Questions