The first step: Download the code to a local repository
After going to GitHub, select the item you want to download and copy its URL, as shown below:
Into Eclipse.
Click below:
Go on
Follow the picture instructions to continue (cabbage next tutorial)
After finish
Here, the project has been copied from your GitHub to the local repository, which is created automatically. Effects in eclipse:
OK, then import the items in the warehouse into our eclipse work controls so we could modify them. Select the item in: Right-click--import Project. The results are as follows:
Go on
This time the project has moved from the local warehouse to the workspace. However, the bottom left corner of the project has an exclamation point. This error is reported because there is no Android library in the project. Resolve this error. Selected items: Right-click--properties. The effect is as follows:
Once you've done that, it means that the GitHub project has been successfully imported into the workspace. The previous article has been mentioned. after modifying the project, upload to GitHub, right-click on the project--team--commit, and write a description of what you have modified. Right-click--team--remote--push. download updates from GitHub , right-click Project--team--pull.
Reprint http://blog.csdn.net/IWantToHitRen/article/details/49938897
Download projects from GitHub to eclipse