Closed HalfVoxel closed 1 month ago
Maybe this is related to this issue https://github.com/cargo-generate/cargo-generate/issues/874 I know my case is related
yeah this is fixed in the latest cargo-generate
version 22. Ultimately that is caused by users setting a .gitconfig that rewrites https into ssh uri's. cargo-generate
in version 22 can work with that now.
Bug description
Running
Fails with
I can reproduce this in multiple shells.
To Reproduce
See above.
Expected behavior
It starts generating the project.
Environment
Workarounds
Cloning the project manually and using
cargo generate --path ./esp-idf-template cargo
works. Note that the CI uses this method.