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
I couldn't find a description of how I could run gemstack mirroring for a specific rubygems repo which requires authentication.
I've got the credentials for the repo configured in ~/.bundle/config, but if I specify BUNDLE_MIRROR__.... for it as well, the download fails. Am I missing something trivial?
The text was updated successfully, but these errors were encountered:
Recently tried doing the above to mirror our Gemfury repo which uses basic auth as well but just an api token of the form https://<api_token>@gem.fury.io/<repo>. Because the basic auth isn't of the form user:password, Faraday by default wasn't respecting it in the URL. I'm putting together a small PR that adds support for this, which should help anyone that using a private repo service like gemfury.
I couldn't find a description of how I could run gemstack mirroring for a specific rubygems repo which requires authentication.
I've got the credentials for the repo configured in
~/.bundle/config
, but if I specifyBUNDLE_MIRROR__....
for it as well, the download fails. Am I missing something trivial?The text was updated successfully, but these errors were encountered: