Description
I get the following error when trying to pull the starter folder down from Github

Steps to reproduce
In Terminal I type the command "gatsby new hello-world https://github.com/gatsbyjs/gatsby/tree/master/starters/hello-world"
Expected result
Complete file
Actual result

System:
OS: macOS 10.15.6
CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 14.8.0 - /usr/local/bin/node
npm: 6.14.7 - /usr/local/bin/npm
Languages:
Python: 2.7.16 - /usr/bin/python
Browsers:
Chrome: 84.0.4147.125
Firefox: 79.0
Safari: 13.1.2
npmGlobalPackages:
gatsby-cli: 2.12.87
Hey @akanoodles ,
You'll have to pull it down like this:
gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world
Just checking where did you get that URL from?
We're marking this issue as answered and closing it for now but please feel free to reopen this and comment if you would like to continue this discussion. We hope we managed to help and thank you for using Gatsby! 馃挏
That URL is from the tutorial on gatsbyjs.com
https://www.gatsbyjs.com/tutorial/part-zero/#create-a-gatsby-site
I ran into the same error
Most helpful comment
That URL is from the tutorial on gatsbyjs.com
https://www.gatsbyjs.com/tutorial/part-zero/#create-a-gatsby-site
I ran into the same error