Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Deno 404 error when trying to create repo from-template #53

@vinosamari

Description

@vinosamari

This is what my CL looks like when i try to create a repo

$ render repo from-template github:username/repo_name@gitref                                                                                      
? What do you want this project to be called? <default_project_name> › project_name
ERROR Unrecognized error; dumping to console.error for full trace.
Http: status 404-'Not Found' received instead of 200
    at download (https://deno.land/x/download@v1.0.1/download.ts:13:31)
    at async downloadRepo (file:///home/runner/work/render-cli/render-cli/new/repo/index.ts:124:17)
    at async templateNewProject (file:///home/runner/work/render-cli/render-cli/new/repo/index.ts:61:9)
    at async Object.interactive (file:///home/runner/work/render-cli/render-cli/commands/repo/from-template.ts:25:13)
    at async file:///home/runner/work/render-cli/render-cli/commands/_helpers.ts:42:17
    at async Command.execute (https://deno.land/x/cliffy@v0.25.6/command/command.ts:696:13)
    at async Command.parseCommand (https://deno.land/x/cliffy@v0.25.6/command/command.ts:584:20)
    at async file:///home/runner/work/render-cli/render-cli/entry-point.ts:2:1

I have deno installed globally and can access it via deno --version in the CLI. Any pointers to what i'm doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions