Skip to content

Commit 3a3ef4c

Browse files
author
remi-kazeroni
committed
added note about ssh keys
1 parent e50005b commit 3a3ef4c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_episodes/07-development-setup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ git clone https://github.com/ESMValGroup/ESMValTool.git
7070
This command will ask your GitHub username and a personal **token** as password.
7171
Please follow instructions on
7272
[GitHub token authentication requirements][token-authentication-requirements]
73-
to create a personal access token. After the authentication,
74-
the output might look like:
73+
to create a personal access token.
74+
Alternatively, you could [generate a new SSH key][generate-ssh-key] and
75+
[add it to your GitHub account][add-ssh-key].
76+
After the authentication, the output might look like:
7577

7678
~~~
7779
Cloning into 'ESMValTool'...

_includes/links.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% include base_path.html %}
22
[activate-environment]: https://docs.esmvaltool.org/en/latest/quickstart/installation.html#pre-installed-versions-on-hpc-clusters-other-servers
3+
[add-ssh-key]: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
34
[cc-by-human]: https://creativecommons.org/licenses/by/4.0/
45
[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode
56
[ci]: http://communityin.org/
@@ -17,6 +18,7 @@
1718
[diagnostic]: https://github.com/ESMValGroup/ESMValTool/blob/main/esmvaltool/diag_scripts/examples/diagnostic.py
1819
[ds]: https://github.com/ESMValGroup/ESMValTool_Tutorial/blob/main/data/dataset.urls
1920
[email]: mailto:[email protected]
21+
[generate-ssh-key]: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
2022
[github-importer]: https://import.github.com/
2123
[importer]: https://github.com/new/import
2224
[install-from-source]: https://docs.esmvaltool.org/en/latest/quickstart/installation.html#install-from-source

0 commit comments

Comments
 (0)