greglobinski / gatsby-starter-kit

A set of starters for Gatsby.js
https://greglobinski.github.io/gatsby-starter-kit-docs/
MIT License
97 stars 38 forks source link

Cannot start new classy themed project, remote branch not found to clone #6

Open HeidiHansen opened 5 years ago

HeidiHansen commented 5 years ago

I really like the classy theme. When I try: (my dir name is classy-gatsby) gatsby new classy-gatsby https://github.com/greglobinski/gatsby-starter-kit.git#classy-docs-with-content I get this error:


warning: Could not find remote branch classy-docs-with-content to clone.
fatal: Remote branch classy-docs-with-content not found in upstream origin
error Command failed: git clone -b classy-docs-with-content https://github.com/greglobinski/gatsby-starter-kit.git classy-gatsby --single-branch

  Error: Command failed: git clone -b classy-docs-with-content https://github.com/greglobinski/gatsby-starter-kit.git classy-gat  sby --single-branch

  - index.js:236 Promise.all.then.arr
    [lib]/[gatsby-cli]/[execa]/index.js:236:11

  - util.js:16 tryCatcher
    [lib]/[gatsby-cli]/[bluebird]/js/release/util...... (truncated)```

I've looked at the repo.  I've used git for years, but I am not yet familiar with branch name tagging when cloning and how that works.. when using `#classy-docs-with-content` does that target content/classy-docs or starter/classy-docs or is this link broken?  Please let me know if I can be of help to clarify.  Thanks =)
greglobinski commented 5 years ago

I'm sorry the docs need to be updated, the branches names have changed https://github.com/greglobinski/gatsby-starter-kit/branches/all?utf8=%E2%9C%93&query=class

HeidiHansen commented 5 years ago

I see that, but I'm not sure which one I should use? In addition to ipsum, they contain references to you as the author all over in the generated docs. Please advise- I'd like to use classy starter with content but not the entire site configured to point to you as the author and your media links. Of course, I intend to credit you as the creator of the theme.. just not the content I add to it. Thanks for the reply =)

greglobinski commented 5 years ago

starter/classy-docs it's a branch with working site with demo content, you will have to remove/edit demo content and replace it with your own code/classy-docs this branch has no content at all, so you won't be able to run dev server without errors, till the moment you add your own content

PythonCoderAS commented 2 years ago

I'm sorry the docs need to be updated, the branches names have changed https://github.com/greglobinski/gatsby-starter-kit/branches/all?utf8=%E2%9C%93&query=class

When will the docs be updated?