Skip to content

Commit 5b8fe6b

Browse files
committed
Uses https instead of ssh to clone a public repository
This way it doesn't crashes when trying to clone it without setting up a key first.
1 parent f7bf442 commit 5b8fe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch02git/14Bisect.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"source": [
6363
"%%bash\n",
6464
"rm -rf bisectdemo\n",
65-
"git clone git@github.com:UCL-RITS/bisectdemo.git"
65+
"git clone https://github.com/UCL-RITS/bisectdemo.git"
6666
]
6767
},
6868
{

0 commit comments

Comments
 (0)