Reprint reference: http://blog.csdn.net/JavaLixy/article/details/73964582
There are plenty of open source projects on GitHub, many of which are excellent, like when I was learning the SSH framework, I found several more star projects on GitHub, and I wanted to learn,
So how do we deploy it to the local myeclipse?
1. First you need to register a github account and then download the GitHub desktop Click to open the link
2. Log in to your account after downloading, then search for the item you want on GitHub on the web, then click Fork
3. On the desktop GITHB click the plus sign in the upper left corner
Double-click the project name, select the path to download the project code to local
4. Open MyEclipse, click the first file in the menu, select Import
Select existing Projets into Workspace
Select the path of your project to import it
At this point, the import project succeeds
Download GitHub's project to a local myeclipse