You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the exact problem is, but when I tried to follow the tutorial it didn't work—maybe someone wiser can tell us why.
I followed the beginner's tutorial up to the point where I created a new repository, however,
when I tried to clone that repository using the provided instructions (step 5), it failed.
C:\Users\BradTurek\IdeaProjects>git clone git@github.com:TurekBot/docusaurus-tut
orial.git
Cloning into 'docusaurus-tutorial'...
The authenticity of host 'github.com (192.30.253.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? y
Please type 'yes' or 'no': yes
Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of know
n hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
C:\Users\BradTurek\IdeaProjects>
My suspicion is that this is related to me never having used SSH, but I couldn't tell you for sure.
What I do know is that when I used HTTPS instead, it did work.
C:\Users\BradTurek\IdeaProjects>git clone https://github.com/TurekBot/docusaurus
-tutorial.git
Cloning into 'docusaurus-tutorial'...
warning: You appear to have cloned an empty repository.
C:\Users\BradTurek\IdeaProjects>cd docusaurus-tutorial
C:\Users\BradTurek\IdeaProjects\docusaurus-tutorial>
Any ideas what caused SSH not to work? 🤷♂️ : I fear this may happen to any user who doesn't use SSH.
What do you think about changing the tutorial to use HTTPS? Then we still support new users; people familiar with SSH surely already know how to clone using SSH. Does that seem like the best of both worlds?
📚 Documentation
I'm not sure what the exact problem is, but when I tried to follow the tutorial it didn't work—maybe someone wiser can tell us why.
I followed the beginner's tutorial up to the point where I created a new repository, however,
when I tried to clone that repository using the provided instructions (step 5), it failed.
My suspicion is that this is related to me never having used SSH, but I couldn't tell you for sure.
What I do know is that when I used HTTPS instead, it did work.
Any ideas what caused SSH not to work? 🤷♂️ : I fear this may happen to any user who doesn't use SSH.
Have you read the Contributing Guidelines on issues?
Yes, I have.
The text was updated successfully, but these errors were encountered: