eclipse pull repository by ssh key

eclipse 使用 ssh 方式拉取 github 仓库。

Step 1:set ssh key file in eclipse

Alt text

注意: 没有 .pub 后缀那个才是 key 文件

Step 2:import git project

file -> import -> git -> project from git -> clone uri

Alt text

-> next -> choose your derectory -> next -> cancel

Step 4:import as a maven project

如果你们是其他类型的 project 可以采用其他类型 project 的 import。

Alt text

|