Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 [email protected]:<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 clone[email protected]:<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
`[email protected]:~/Desktop$ git clone [email protected]:tylersanford/hello-world.git
Cloning into 'hello-world'...
[email protected]: 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``