Closed Frank-Buss closed 2 years ago
cargo generate --git slint-ui/slint-rust-template --name my-project result in this error, with the latest stable Rust version:
cargo generate --git slint-ui/slint-rust-template --name my-project
Error: Please check if the Git user / repository exists. Caused by: unsupported URL protocol; class=Net (12)
The right command was cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project.
cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project
Thanks for the bug report.
cargo generate --git slint-ui/slint-rust-template --name my-project
result in this error, with the latest stable Rust version:The right command was
cargo generate --git https://github.com/slint-ui/slint-rust-template --name my-project
.