vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.67k stars 1.89k forks source link

Could not locate the repository for "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" #579

Open liuxuan30 opened 8 months ago

liuxuan30 commented 8 months ago

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

biletboh commented 7 months ago

This is due to github rate limits. Check out the issue #27

friari commented 7 months ago

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

liuxuan30 commented 7 months ago

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

jmknighten9 commented 1 month ago

Also getting this error