Open cliffordfajardo opened 1 year ago
A work-around...
Yep, turnning on VPN is the quick fix - thanks
I'll have to try and checkout the copy-template.ts file, the place where this proxy logic and API call to github is made
I've run into this before but I'm not sure it's something we can "fix"? I have to use the --token
flag each time to get past it because I assume GitHub is rate limiting or blocking when enough requests come through the same VPN node or something. Using token with my own PAT seems to get me past the error.
Checking if rate limiting is the issue can be done by calling the endpoint manually and looking at the response, e.g. with curl:
curl https://api.github.com/repos/remix-run/remix/releases/latest -v
I also had the issue and described a potential solution in https://github.com/remix-run/remix/discussions/9192.
What version of Remix are you using?
Latest
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Try to run any of the variations of
create-remix
when on VPN (ex: you're on the work office WIFI)Example Reporoduction
Expected Behavior
create-remix
command should work regardless of the network (behind a VPN or not)Actual Behavior
Fails to install template & get a 403