Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favorite TheBevyFlock/bevy_quickstart not found in config #313

Open
JimLynchCodes opened this issue Oct 2, 2024 · 1 comment
Open

Favorite TheBevyFlock/bevy_quickstart not found in config #313

JimLynchCodes opened this issue Oct 2, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@JimLynchCodes
Copy link

Hi, I just tried following along with the video here: https://www.youtube.com/watch?v=ESBRyXClaYc

I installed cargo binstall, but then when I run the command from the video, cargo generate TheBevyFlock/bevy_quickstart --branch cargo-generate

I get this error mesage:

⚠️   Favorite `TheBevyFlock/bevy_quickstart` not found in config, using it as a git repository: https://github.com/TheBevyFlock/bevy_quickstart.git
Error: Please check if the Git user / repository exists.

Caused by:
    reference 'refs/remotes/origin/cargo-generate' not found; class=Reference (4); code=NotFound (-3)

Am I doing something wrong here? Some issue with the repo / generator template? 🤔

@benfrankel benfrankel added documentation Improvements or additions to documentation question Further information is requested labels Oct 2, 2024
@benfrankel
Copy link
Collaborator

benfrankel commented Oct 2, 2024

The current command is cargo generate thebevyflock/bevy_new_2d.

The video is a little outdated at this point. Still a good resource, but I'd recommend reviewing the up-to-date README and docs while watching it. We should probably mention this in the README.

For this particular error, it's because we've merged the cargo-generate branch into main, and renamed bevy_quickstart -> bevy_new_2d in anticipation of the upcoming bevy_cli which will allow you to create a new bevy project from a template by running (something like) bevy new 2d or bevy new --template 2d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants