Cloning a GitLab Repository
Introduction
Section titled “Introduction”Cloning lets you work on a local copy of a repository.
Clone Using HTTPS
Section titled “Clone Using HTTPS”git clone https://gitlab.com/namespace/project.gitClone Using SSH
Section titled “Clone Using SSH”- Add your SSH key in User Settings > SSH Keys.
- Use the clone command:
git clone git@gitlab.com:namespace/project.git