|
@@ -30,7 +30,12 @@ Or:
|
|
|
[ ! -f ~/.ssh/id_rsa.pub ] && ssh-keygen -t rsa
|
|
|
cat ~/.ssh/id_rsa.pub | xclip -sel clip
|
|
|
```
|
|
|
-Do 'CTRL+V' in http://www.climate.be:3000/user/settings/ssh and:
|
|
|
+1. Go to http://www.climate.be:3000/user/settings/ssh,
|
|
|
+2. click on the 'Add Key' button,
|
|
|
+3. enter the Key Name you want,
|
|
|
+4. and finally do a 'CTRL-V' in Content.
|
|
|
+
|
|
|
+And now:
|
|
|
```
|
|
|
git clone ssh://git@www.climate.be:3022/TECLIM/Git_Training.git
|
|
|
```
|