-
Mark HOEBEKE authored06c3009b
exercises.md 576 B
Working with remote repositories - Exercices
Cloning a repository with HTTPS
In a folder on your workstation, clone your GitLab project repository using the HTTPS protocol.
The rename the folder (ex. : prefix the folder name with https-
)
Cloning a repository with SSH
- Generate an SSH key pair on your workstation.
- Copy your public key in your GitLab account settings.
- Check that you have a working setup using this tutorial
- Clone your project's repository using the SSH protocol.