Command highlighting and possible incorrect command in CONTRIBUTING.md
#5081
Labels
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
Description
Line 44 of CONTRIBUTING.md the command is not highlighting
git clone
which is a part of the command block.Also the command
git clone git@github.com:<your-username>/gatsby.git
doesn't work for me.Proposed new command line of
git clone https://github.com/<your-username>/gatsby.git
which does work for me every time.Steps to reproduce
By viewing the doc
CONTRIBUTING.md
line 44, also by attempting the command as described: git clonegit@github.com:<your-username>/gatsby.git
Expected result
Docs should have the whole command highlighted to eliminate confusion. Also command should properly clone the fork.
Actual result
`tsanford@Tylers-MacBook-Pro.local:~/Desktop$ git clone git@github.com:tylersanford/hello-world.git
Cloning into 'hello-world'...
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.`
Environment
npm list gatsby
): N/A - Doc changegatsby --version
): N/A - Doc changeFile contents (if changed):
CONTRIBUTION.md
:* Clone your fork:
git clone https://github.com//gatsby.git``The text was updated successfully, but these errors were encountered: