1打开eclipse -->help  -->eclipse Marketplace...,搜索egit,点击install

eclipse中安装git项目的运行

 

 

 然后漫长的等待

2鼠标右键,点击导入,选择git下的Projects from Git,点击next

eclipse中安装git项目的运行

3找一个git项目,复制code中的地址

 

eclipse中安装git项目的运行

 

4将地址复制到URI中,uer和paasword是你的git账号密码,没有自己注册一个

 

 

eclipse中安装git项目的运行

 

eclipse中安装git项目的运行

 

自定义安装路径,我选择的是自己的地址:G:\study_tool\maven_workspace\MyProject

 

 

 eclipse中安装git项目的运行

 

 

 eclipse中安装git项目的运行

 

 

 5漫长的等待,点击finish即可

 6点击项目,

如果是web项目

然后右键Run as/run on service,直接运行http://localhost:8080/xxx/index.jsp

如果是springboot项目,点击application运行后台,前端用vs运行index.html

相关文章:

  • 2021-12-31
  • 2021-12-05
  • 2021-11-18
  • 2021-07-17
  • 2022-12-23
  • 2021-08-22
  • 2021-11-25
猜你喜欢
  • 2021-05-03
  • 2021-07-05
  • 2021-11-18
  • 2021-12-24
  • 2021-12-20
  • 2021-08-19
  • 2021-12-22
相关资源
相似解决方案