首页 > 系统服务 > 详细

eclipse提交本地项目到github

时间:2016-01-02 10:25:58      阅读:203      评论:0      收藏:0      [点我收藏+]

1.在https://github.com   new repository

2.在eclipse中new project  比如:Test项目

3.右击"Test"->Team->share project...  ->select a repository type:Git

技术分享

勾选  Use or create repository in parent folder of project

技术分享

点击  Create Repository  ->  Finish
这时候打开在workspace中的Test目录会发现多了一个.git文件夹。

4.右击"Test"->Team->commit 本地提交

5.再右击"Test"->Team->Remote->Push

技术分享

URI就是github上面指定的repository地址:

技术分享

username和password就是github网站的用户名和密码

5.finish

技术分享

source ref 选择 refs/heads/master  destination ref会自动填充,点击  Add Spec勾选Focus update
开始提交。

6.可以刷新网页查看提交的代码了。

 

注:在Eclipse中生public key, 并添加到GitHub Repository中。

在菜单栏依次打开window → preference → general → network connection → SSH2 → Key Management → generate RSA Key... → apply → save private key...

技术分享

生成 SSH 的 public key在GitHub中通过:edit your profile -> ssh key -> Add SSH Key 添加SSH Key,在Github上面按照下图步骤:

技术分享

点击下面的图像进入

技术分享

技术分享

技术分享

技术分享

eclipse提交本地项目到github

原文:http://www.cnblogs.com/longshiyVip/p/5094177.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!