Authentication is required for gems.contribsys.com. Please supply credentials for this source. You can do this by running: bundle config gems.contribsys.com username:password
Whenever I try to do bundle install I use to get this error. Is there a fix for this?
I think you need to get the correct credentials. For example, we use Sidekiq and I had to get the correct username and password. After that I ran something like
$ bundle config gems.contribsys.com foo:bar
Try running $ bundle config gems.contribsys.com username:password
with the appropriate username and password.
I ran into this for a repo I forked. The source repo was using sidekiq-pro. To fix it, I edited the Gemfile and changed...
FROM the paid version
source 'https://gems.contribsys.com/' do
gem 'sidekiq-pro'
end
gem 'sidekiq'
TO the free version
gem 'sidekiq', '~> 5.2'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With