1. The project can be extracted by eclipse->file->import->project from Git->uri
2. You can alsoOpen the Git repository view (Eclipse comes with the Egit plugin)
Select a clone warehouse
If it's a direct clone of open source (find one here)
Choose a location to store locally
If the item is not displayed in the work control, export it to
(if the hint already exists, next gray, you can import the project directly into the workspace (enter the local directory import after the corresponding download))
This will appear in the work space.
3. Use the terminal to run the download into the local directory to be stored right-click
git clone https://github.com/SimonVT/android-menudrawer.git will automatically download the entire project to the current directory.
if it's a git you build yourself,When cloning, fill in your username and password.
Eclipse Download GitHub Source