欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

eclipse Git 插件使用GitHub远程仓库

程序员文章站 2022-06-14 08:10:24
...

一、文章说明

       本文章简单介绍在Eclipse中用Git插件上传项目到GitHub远程仓库中。

二、前期准备

       在GitHub中注册账号,并创建远程仓库。

       官网地址:https://github.com/

       参考资料:http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/0013752340242354807e192f02a44359908df8a5643103a000

三、Eclipse中安装Git插件

      git插件下载地址:http://download.eclipse.org/egit/updates

四、上传项目

      上传项目可以分两种方式,两种方式具体操作如下所示:

      1、上传项目到GitHub远程仓库根目录,此种方式可以让一个远程仓库下包含多个项目,多用于Maven架构的项目。

      a)将GitHub上的远程仓库克隆到本地

         eclipse -->> import -->> git -->> Projects from git -->>clone URI

        eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
        
        eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 

       

       如果在导入过程中遇到如下错误:

       eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
 

A .project file already exists in directory D:\timerBin\dailyNotebook

         请到项目根目录下将.project文件删除后再试。

         
        eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
   

      b)可以在克隆的本地仓库中创建多个Maven项目,完成后即可上传到GitHub服务器。

       
eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
 

      2、将GitHub远程仓库直接当成项目根目录使用,此种方式同一个远程仓库中只能包含一个项目,一般在项目实战中使用较少。

 

      a)先在Eclipse中创建项目(java Object、Maven Object),新建dailyNoteBook(名字随意),过程略。

          

      b)在Eclipse中创建本地Git仓库,并将仓库地址指向新建好的项目。

      eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 

      
      eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 

     

       c)将本地Git仓库与GitHub远程仓库进行关联,并将代码上传到GitHub远程仓库。

         将修改代码提交到本地仓库,并将本地仓库上传到GitHub上。

eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 

       上传时URI来源于GitHub上HTTPS clone URL。
       eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
 

      

      

  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 142.6 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 93 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 132 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 89.2 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 347.3 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 116.8 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 83.9 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 152.4 KB
  • eclipse Git 插件使用GitHub远程仓库 
            
    
    博客分类: GitHub githubgiteclipsecommit 
  • 大小: 171.8 KB