Can't brew bottle #6234
Unanswered
thackerdynasty
asked this question in
Tap maintenance and brew development
Replies: 1 comment
-
No idea why your device can't connect to rubygems. Not really something brew can help with either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
When I try to bottle my formula on my custom tap, it has an error which is:
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/ due to underlying error <Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/specs.4.8.gz)>
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/ due to underlying error <Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/specs.4.8.gz)>
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/ due to underlying error <Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://rubygems.org/specs.4.8.gz)>
Could not fetch specs from https://rubygems.org/ due to underlying error <Errno::ECONNRESET: Connection reset by peer -
SSL_connect (https://rubygems.org/specs.4.8.gz)>
Error: failed to run
/opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.4.4/bin/bundle install
!This also happens when I try to test a formula. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions