Skip to content

Commit 41b70ec

Browse files
authored
Merge pull request #440 from knarrff/fix-git-URL
fix git command
2 parents 9c42b8d + 586dbe4 commit 41b70ec

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)