How to add GitLab repository in Eclipse?

前端 未结 4 1516
悲哀的现实
悲哀的现实 2021-01-30 04:17

How to add Git-Lab on Eclipse?

So that I can just push or fetch from GitLab. I am a newbie in this, please give more explanation.

4条回答
  •  我在风中等你
    2021-01-30 04:55

    The easiest way is to usean Eclipse with EGit (http://www.vogella.com/tutorials/EclipseGit/article.html)

    See "Compare Eclipse packages" (the standard Eclipse, for instance, has EGit)

    This will allow you to add a remote repo url referring to your gitlab repo hosting server.
    This isn't specific to gitlab though, and you could add remote repos referring to Github or Bitbucket.
    http://wiki.eclipse.org/EGit/User_Guide#Working_with_remote_Repositories

    http://wiki.eclipse.org/images/3/35/Egit-0.9-clone-wizard-url-page.png

提交回复
热议问题