... | ... | @@ -29,7 +29,7 @@ Once your SSH key has been generated, copy the contents of `~/.ssh/id_rsa.pub` ( |
|
|
|
|
|
If you are using the `webis` command (see next section), then `webis git init` will automatically create an SSH key pair for you if you don't have one.
|
|
|
|
|
|
Once you have an authentication method set up, you can paste the clone URL behind `git clone` in your terminal. For example, to clone the clickbait project using the HTTPS method, you would use:
|
|
|
Once you have an authentication method set up, you can paste the clone URL behind `git clone` into your terminal. For example, to clone the clickbait project using the HTTPS method, you would use:
|
|
|
|
|
|
```
|
|
|
git clone https://webis16.medien.uni-weimar.de/gitlab/webisstud/wstud-clickbait-ws16.git
|
... | ... | |