The current git clone instructions do not work as they rely on ssh, and there is no ssh key installed on the notebook. There is also a redundant git init which is not needed.
Fixed the instructions to use https instead of ssh.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description of changes:
The current git clone instructions do not work as they rely on ssh, and there is no ssh key installed on the notebook. There is also a redundant
git init
which is not needed.Fixed the instructions to use https instead of ssh.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.