将github上的项目导入eclipse

如果你学习了一种技术,想拿一个开源的项目来深化你的技术;那么就从github上找个开源的项目吧,下面是将github上的一个项目导入eclipse的步骤:

1.在github上找到一个开源的项目 如:(https://github.com/gitsoftsun/BBSProject)

  将该项目的(https)clone 下来


将github上的项目导入eclipse
 2.打开eclipse (若没有装git 请参看:http://blog.csdn.net/hhhccckkk/article/details/10458159

打开  git repository  (若没有找到 可以到  Quick Access搜索框中查找)

 
将github上的项目导入eclipse
 3.选择 clone a git repository 图标


将github上的项目导入eclipse
 4.填写 Location中的  URI, HOST, REPOSITORY PATH (如果已经复制了https路径,eclipse可以自动帮你填充)


将github上的项目导入eclipse
 5.点击NEXT
将github上的项目导入eclipse
 6.点击next


将github上的项目导入eclipse
 7.点击finish完成clone,然后到本地仓库路径下将项目导入工作区就行了


将github上的项目导入eclipse