如何从github导入项目?

时间:2018-03-15 09:33:28

标签: eclipse github

根据下面的github链接,我应该生成eclipse元数据。 (我目前正在使用eclipse)但我不知道这是什么意思以及如何做到这一点。它只是说./gradlew eclipse,我不知道我怎么能导入它。谁能请一步一步分享如何生成它的详细信息(我应该在eclipse中点击什么按钮或者我应该运行什么软件)?

这是链接: https://github.com/joshlong/spring-integration-mqtt

2 个答案:

答案 0 :(得分:-1)

档案 - >新 - >来自版本控制的项目

答案 1 :(得分:-1)

首先检查Window> show view>搜索Git>如果你看到git选项,那么你将进入第3步。其他步骤。

Steps :
1 : Go to Help > Market Place > Search git and install Git (version control plugin)
2 : After install restart the eclipse (will be asked automatically to reflect changes)
3 : Go to File > Import > Git > Project from git > Enter your git repo path and and you are there
Then select projects and boom it's in your eclipse workspace