Skip to content
Snippets Groups Projects
Commit 2ed68aec authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Fix links properly

parent 5dfe58a3
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ ssh-keygen -t rsa -b 4096 -C "youremail@example.com"
To be able to push your code, you'll need to add the public part of your key on Gitlab:
- Go to [gitlab.epfl.ch](gitlab.epfl.ch), log in with your EPFL account
- Go to [gitlab.epfl.ch/profile/keys](gitlab.epfl.ch) and copy-paste the content of the `id_rsa.pub` file created by the `ssh-keygen` command you just ran (when the command was ran it printed the location where this file was saved).
- Go to [gitlab.epfl.ch/profile/keys](gitlab.epfl.ch/profile/keys) and copy-paste the content of the `id_rsa.pub` file created by the `ssh-keygen` command you just ran (when the command was ran it printed the location where this file was saved).
- Press `Add key`
## Step 9: Follow the example assignment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment