简体   繁体   中英

Unable To Add My Android Studio Project to Github

I Searched a lot on SO and other links too but still hang up. I am using Android Studio 1.3.2. I trying to add my Existing Android Studio Project to Github but I am facing few problems. What I've done so far:

After that I am opening Setting->Version Control enter image description here by Unable to find the Git Option.

I also tried these too but unable to find git option.

  • VCS-> Import into Version Control
  • VCS-> Unable Version Control Integration

but didn't find git option. Thanks in Advance. Please ask me if you are getting anything.

You have origin as a remote created already, just add your stuff to the staging area using git add . then use git commit -m 'your commit message' to commit your changes, then the most important part, PUSH your master branch to your remote using git push origin master.

You should read about the git workflow, here: http://git-scm.com/book/en/Getting-Started-Git-Basics , http://marklodato.github.io/visual-git-guide/index-en.html .

Just Simply Go to Settings Select Plugins now you will have All the plugins just select Git Integration select it. Now you have two options Browse Repositories and Install plugin from disk 在此处输入图片说明 If You Click Browse Repositories then you have a window open where you can install your plugin and after that your Studio will Restart and you will see the Git in your Version Control . Now you can add your stuff.

here are the steps. First go File-->Settings--->in the leftpane--> click on Version controle. You will find Git and Github.

Click on Git and give your git.exe path

Click on Github enter your github credentials and host as github.com.

Click on apply and Ok. Then you can able to find version control option under tools

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM