You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
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?