2.Gotoyoureclipse,assumeth"/>

EGit with eclipse to clone project from GitHub(Step by step)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EGit with eclipse to clone project from GitHub(Step by step)相关的知识,希望对你有一定的参考价值。

转载请注明出处!

1. To find your project URL inside GitHub:

技术分享

2. Go to your eclipse, assume that you already install the EGIT, if not please refer to http://blog.csdn.net/yaominhua/article/details/38390449

Open the GIT Repositories view:

技术分享

技术分享

3. Click the Clone a Git respository inside the opened view:

技术分享

4. A new window will popup, fill the url find at step 1, the others will auto filled:

技术分享

click next button:

技术分享

then click Finish button:

技术分享

so far, you shall see the git repository show like below:

技术分享

5. import the project to your workspace:

技术分享

my project is a maven project, so i select the existing maven project:转载请注明出处!

技术分享

Browser to select the project and then click the Finish button:

技术分享

Finally, you can see the project imported into your workspace:

技术分享

转载请注明出处!















以上是关于EGit with eclipse to clone project from GitHub(Step by step)的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse上安装GIT插件EGit及使用

Eclipse上安装GIT插件EGit及使用

Egit 工作目录与 Eclipse 中的项目

Eclipse EGit Checkout 与文件冲突:- EGit 不想继续

在 Eclipse-CDT Juno 中禁用 EGit

eclipse插件egit安装使用