| ... | ... | @@ -10,7 +10,7 @@ Download the latest version of git from the website: https://git-scm.com/ |
|
|
|
|
|
|
|
Double-click on the installer, then follow the instructions. Choose the default options except for the default editor which is configured for "vim" (an old type of editor which is rather difficult to use).
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
Choose one editor that you know well instead of vim.
|
|
|
|
|
| ... | ... | @@ -31,7 +31,7 @@ The GitLab of ULiège does not allow you to use your student ID / password for g |
|
|
|
|
|
|
|
Go to the "Settings" of your account (upper right corner of the GitLab website)
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
Then choose "SSH keys" on the menu on the left.
|
|
|
|
|
| ... | ... | @@ -54,11 +54,11 @@ The previous command created 2 files located in `/c/Users/your_name/.ssh/`. A pu |
|
|
|
|
|
|
|
Open the public key (file `/c/Users/your_name/.ssh/id_rsa.pub`) in an editor...
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
...and copy/paste its contents to the box in the SSH keys of the gitlab website.
|
|
|
|
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
Then click on the "Add" button.
|
|
|
|
|
| ... | ... | |
| ... | ... | |