Eclipse实现ssh免密登录
Window --> Preferences
--> General/Network Connections/SSH2 --> Key Management --> Load Existing Key...(把自己之前git bash生成的rsa加载进去)
apply --> ok
在github上新建仓库
右键项目 --> Team --> Share Project...
--> Git
--> Use or create repository in parent folder of project, 新建本地仓库
提交到GITHUB:
右键项目 --> Team --> push branch master/dev
右键项目 --> Team --> Commit --> Git Staging --> commit and push | commit
--> URI: git@github.com:github账号/项目名.git(提交到github上)