nodezoo/nodezoo-workshop

SSH address verification issues

Closed this issue · 3 comments

The instructions in the readme give the command:
git clone git@github.com:[YOUR_USER]/nodezoo-web.git
Which can result in SSH key authentication issues.
Seeing as the clone-operation is read-only you only need the https address, so it should be:
git clone https://github.com/[YOUR_USER]/nodezoo-web.git

@shanel262 Can you update these? Talk to @CodeWriterWriter If you need more info.

@mcdonnelldean It's already fixed on master branch, do you want me to change it on the live one too?

Oh, no, this is good.