import_projects_from_github.md 1.4 KB
Newer Older
K
Karen Carias 已提交
1 2 3 4 5
# Import your project from GitHub to GitLab

It takes just a couple of steps to import your existing GitHub projects to GitLab. Keep in mind that it is possible only if
GitHub support is enabled on your GitLab instance. You can read more about GitHub support [here](http://doc.gitlab.com/ce/integration/github.html)

K
karen Carias 已提交
6
You can import your existing GitHub Enterprise projects to GitLab Enterprise Edition only. You'd need to follow these same steps, but you'd also need to [enable GitHub Enterprise support](http://doc.gitlab.com/ee/integration/github.html) on your GitLab EE instance.
K
karen Carias 已提交
7

K
Karen Carias 已提交
8 9 10 11 12 13 14 15 16 17 18 19
* Sign in to GitLab.com and go to your dashboard.
* To get to the importer page, you need to go to the "New project" page.

![New project page](github_importer/new_project_page.png)

* Click on the "Import project from GitHub" link and you will be redirected to GitHub for permission to access your projects. After accepting, you'll be automatically redirected to the importer.

![Importer page](github_importer/importer.png)

* To import a project, you can simple click "Add". The importer will import your repository and issues. Once the importer is done, a new GitLab project will be created with your imported data.

### Note
K
karen Carias 已提交
20
When you import your projects from GitHub, it is not possible to keep your labels and milestones and issue numbers won't match. We are working on improving this in the near future.