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
It looks like 302 and other redirects aren't being followed, but are instead seen as an error. This is causing a problem with a private repo hosted on github.com which now seems to always return a 302.
When a source is redirected, Bundix::Fetcher will follow the redirection
and use the new URL as the source URL. This is useful for sources that
are hosted on GitHub, as GitHub will redirect to a CDN.
Fixesnix-community#106
It looks like 302 and other redirects aren't being followed, but are instead seen as an error. This is causing a problem with a private repo hosted on github.com which now seems to always return a 302.
http error 302: rubygems.pkg.github.com (RuntimeError)
The text was updated successfully, but these errors were encountered: