简介

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

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

在myeclipse2014使用git上传github

2、在github上创建cxf_client工程

在myeclipse2014使用git上传github

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

在myeclipse2014使用git上传github

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

在myeclipse2014使用git上传github

5、创建remote连接

在myeclipse2014使用git上传github

6、remote名称

在myeclipse2014使用git上传github

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

在myeclipse2014使用git上传github

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

在myeclipse2014使用git上传github

9、看图

在myeclipse2014使用git上传github

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

在myeclipse2014使用git上传github

 

相关文章:

  • 2021-09-10
  • 2021-08-22
  • 2021-09-10
  • 2021-11-23
  • 2022-01-08
猜你喜欢
  • 2021-08-01
  • 2021-10-07
  • 2021-05-05
  • 2022-12-23
  • 2021-11-30
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案