Below you will find pages that utilize the taxonomy term “clone”
Posts
Connecting to GitLab using SSH
When interacting with GitLab at EMBL using git, two protocols are available, HTTPS and SSH.
The first is convenient for a quick interaction. However, it quickly gets annoying as it will ask for your credentials every time. A more convenient and versatile option is SSH but it requires going through a few steps to configure it.
If incorrectly configured, you will likely see the error message: Permission denied (public key). fatal: Could not read from remote repository.