DioxusLabs / DioxusLabs/dioxus
dx new command fails - v0.6.0
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
When calling `dx new example` the cli fails with
```
dx new hayride-ui
1.317s ERROR err=Other(Please check if the Git user / repository exists.
Caused by:
could not read from remote repository; class=Net (12); code=Eof (-20))
```
I have validated by git config user name and auth.
**Steps To Reproduce**
Steps to reproduce the behavior:
- install v0.6.0
- followed the docs to install and blog for v0.6.0 using cargo binstall
**Expected behavior**
Create a new dioxus repo from template repo
**Environment:**
- Dioxus version: cli v0.6.0
- Rust version: cargo 1.84.0-nightly (031049782 2024-11-01)
- OS info: MacOS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.