Reputation: 89
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?
kindly help.Thanks in advance.
Upvotes: 1
Views: 35
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
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