TheBevyFlock / bevy_new_2d

This template is a great way to get started on a new 2D Bevy game!
https://the-bevy-flock.itch.io/bevy-new-2d
MIT License
186 stars 30 forks source link

Authentication needed for https://github.com/TheBevyFlock/bevy-quickstart.git #299

Closed imding closed 1 month ago

imding commented 2 months ago

I get this when I run cargo generate TheBevyFlock/bevy-quickstart --branch cargo-generate as suggested in the README.md and my Github credentials doesn't work for this.

Authentication needed for https://github.com/TheBevyFlock/bevy-quickstart.git
kristoferssolo commented 1 month ago

The command is cargo generate TheBevyFlock/bevy_quickstart --branch cargo-generate. There should be an underscore (_) not minus (-).

benfrankel commented 1 month ago

Nice catch. That's an unhelpful message on cargo-generate's end... maybe an issue can be opened there.

janhohenheim commented 1 month ago

At least this won't be a problem with bevy new 2d

benfrankel commented 1 month ago

Opened issue on cargo-generate: https://github.com/cargo-generate/cargo-generate/issues/1278