|
|
# Install git
|
|
|
|
|
|
|
|
|
|
If you work on windows, git is not provided by Microsoft with the OS. You must install it before the next steps.
|
|
If you work on windows, git is not provided by Microsoft with the OS. You must install it before the next steps.
|
|
|
|
|
|
|
|
## Download
|
|
## Download
|
| ... | @@ -10,7 +8,7 @@ Download the latest version of git from the website: https://git-scm.com/ |
... | @@ -10,7 +8,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).
|
|
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.
|
|
Choose one editor that you know well instead of vim.
|
|
|
|
|
|
| ... | @@ -31,7 +29,7 @@ The GitLab of ULiège does not allow you to use your student ID / password for g |
... | @@ -31,7 +29,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)
|
|
Go to the "Settings" of your account (upper right corner of the GitLab website)
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
Then choose "SSH keys" on the menu on the left.
|
|
Then choose "SSH keys" on the menu on the left.
|
|
|
|
|
|
| ... | @@ -54,11 +52,11 @@ The previous command created 2 files located in `/c/Users/your_name/.ssh/`. A pu |
... | @@ -54,11 +52,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...
|
|
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.
|
|
...and copy/paste its contents to the box in the SSH keys of the gitlab website.
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
Then click on the "Add" button.
|
|
Then click on the "Add" button.
|
|
|
|
|
|
| ... | @@ -81,4 +79,9 @@ Welcome to GitLab, @R.Boman! |
... | @@ -81,4 +79,9 @@ Welcome to GitLab, @R.Boman! |
|
|
```
|
|
```
|
|
|
If you do not get the welcome message "Welcome to GitLab`, something went wrong in the previous steps.
|
|
If you do not get the welcome message "Welcome to GitLab`, something went wrong in the previous steps.
|
|
|
|
|
|
|
|
|
|
# Clone the repository
|
|
\ No newline at end of file |
|
|
|
|
|
```
|
|
|
|
git clone git@gitlab.uliege.be:R.Boman/gmsh-api.git
|
|
|
|
```
|
|
|
|
|