next-learn
next-learn copied to clipboard
Could not locate the repository for "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"
Hi there,
I'm learning next.js, and when I go to chapter 11 and tries:
npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"
it only says:
npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"
Could not locate the repository for "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example". Please check that the repository exists and try again.
and I manually open that URL in the brower, it can display the repo. what's wrong? Thanks
This is due to github rate limits. Check out the issue #27
I'm also experiencing this issue. The issue #27 doesn't really provide a solution.
https://github.com/vercel/next-learn/issues/27#issuecomment-1928481872
any other manual ops to achieve the goal? I'm not sure what's the additional ops other than git clone to finish the setup
Also getting this error