Skip to content

Commit dff05f3

Browse files
authored
Merge pull request #131 from C2SM/https_address
Add note about using https address for users who don't have an SSH key
2 parents 129349b + e6009eb commit dff05f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

beginner/Exercise_1_basic_commands.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ If you are satisfied with your current directory, use the following command to c
6969
git clone [email protected]:C2SM/git-course.git
7070
```
7171

72+
> **Note:** If you did not set up an SSH key linked to your GitHub account, you will have to use `https://github.com/C2SM/git-course.git` instead for cloning the repository.
73+
7274
You can now navigate into it with
7375

7476
```bash
@@ -262,4 +264,4 @@ Date: Tue Feb 23 16:09:54 2021 +0100
262264
```
263265

264266
We see the unique hash of each commit, its author, and the date of the commit.
265-
These are all very useful things as we will see later in this course.
267+
These are all very useful things as we will see later in this course.

0 commit comments

Comments
 (0)