Skip to content

Commit 586dbe4

Browse files
authored
fix git command
The URL in the command mixed up ssh-style and https-style, not working for any in the end.
1 parent 7f9aba9 commit 586dbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learners/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Git Bash uses its own SSH library by default, which may result in errors such as
143143
even after adding your SSH key correctly:
144144

145145
```
146-
$ git clone [email protected]:https://github.com/ukaea-rse-training/python-intermediate-inflammation
146+
$ git clone [email protected]:ukaea-rse-training/python-intermediate-inflammation
147147
Cloning into 'python-intermediate-inflammation'...
148148
[email protected]: Permission denied (publickey).
149149
fatal: Could not read from remote repository.

0 commit comments

Comments
 (0)