docs
docs copied to clipboard
Dapr init issue
Describe the issue
Error with Dapr initialization using "dapr init". Error = Failed to get runtime version: 'Get "https://api.github.com/repos/dapr/dapr/releases": dial tcp: lookup api.github.com: no such host'. URL of the docs https://docs.dapr.io/getting-started/install-dapr-cli/ Expected content
"dapr init" should be replaced with:
- Instruction 1; Get "https://api.github.com/repos/dapr/dapr/releases"
- Instruction 2: "dapr init --runtime-version=<desired_version>".
Screenshots

Additional context
Hi, I'm getting a similar (same?) issue.
Seems to be wrong repo to report this. Created a new bug ticket: https://github.com/dapr/cli/issues/1043
Closing, as this was resolved in dapr/cli