This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
devs:install [2024/02/22 10:43] carlos |
devs:install [2024/02/29 13:16] (current) carlos |
||
---|---|---|---|
Line 13: | Line 13: | ||
=== 1.2.1 Generating an SSH key pair === | === 1.2.1 Generating an SSH key pair === | ||
- | In order to work with GitLab, you will need to create a local copy of the Lagamine project on your computer. The first step to connect your computer to GitLab is to generate an SSH key pair allowing for secure connection between the GitLab server (online) and your computer (local). To generate the SSH key, simply follow the instructions from the GitLab documentation: [[https://docs.gitlab.com/ee/ssh/README.html]] (use an ED25519 SSH key) | + | In order to work with GitLab, you will need to create a local copy of the Lagamine project on your computer. The first step to connect your computer to GitLab is to generate an SSH key pair allowing for secure connection between the GitLab server (online) and your computer (local). To generate the SSH key, simply follow the instructions from the GitLab documentation: [[https://docs.gitlab.com/ee/user/ssh.html]] (use an ED25519 SSH key) |
=== 1.2.2 Cloning the Lagamine repository === | === 1.2.2 Cloning the Lagamine repository === | ||
First of all, you should choose where you want to place your local Lagamine repository. To do this, you will use the “cd” command in **Git Bash**, followed by the address of the folder where you wish to put your Lagamine project. If your path contains spaces (for instance, a folder called My folder) put the folder name containing spaces in quotations (C:/”My folder”). In my case, I used the following command: \\ | First of all, you should choose where you want to place your local Lagamine repository. To do this, you will use the “cd” command in **Git Bash**, followed by the address of the folder where you wish to put your Lagamine project. If your path contains spaces (for instance, a folder called My folder) put the folder name containing spaces in quotations (C:/”My folder”). In my case, I used the following command: \\ |