首页 > 代码库 > 在myeclipse2014使用git上传github

在myeclipse2014使用git上传github

简介

首先在myeclipse中安装github客户端插件,这里就不说了,跟安装svn客户端插件一样的步骤

1、选中要push到github的工程右键team->share project->选择git->next

技术分享

2、在github上创建cxf_client工程

技术分享

3、把cxf_client初始化为本地仓库

技术分享

4、把cxf_client提交到本地仓库team->commit

技术分享

5、创建remote连接

技术分享

6、remote名称

技术分享

7、输入要上传的地址和用户名密码

技术分享

8、选中cxf_client工程team->remote->push

技术分享

9、看图

技术分享

10、验证发现,git_project成功上传到了github上去了

技术分享

 

在myeclipse2014使用git上传github