sveltejs / sapper

The next small thing in web development, powered by Svelte
https://sapper.svelte.dev
MIT License
7k stars 434 forks source link

npx degit rollup pull errors #1721

Closed michaelcuneo closed 3 years ago

michaelcuneo commented 3 years ago

npx degit "sveltejs/sapper-template#rollup" my-app

is returning

! could not fetch remote https://github.com/sveltejs/sapper-template
! could not find commit hash for rollup
antony commented 3 years ago

This is usually because you need to be logged in to github, even for anonymous checkouts over HTTPS. In any case it has nothing to do with Sapper. See https://github.com/Rich-Harris/degit/issues/37

michaelcuneo commented 3 years ago

Oh interesting... yeah, the new SSL Key thingo... sorted.