从eclipse中提交项目至github

本文详细介绍如何使用Eclipse进行Git操作,包括创建项目、本地提交、推送远程仓库等步骤,并介绍了如何在Eclipse中生成SSH公钥及在GitHub上配置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

转载自——https://my.oschina.net/OutOfMemory/blog/294133

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,点击Finish。

eclipse开始上传文件,这个过程花时间可能会比较长(看网速),上传成功会出现下面这个界面,点击OK。



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

注:在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。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值