question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not fetch specs from https://rails-assets.org/

See original GitHub issue

I have following code snippet in my Gemfile

source "https://rails-assets.org" do
  gem "rails-assets-angular-devise"
end

When I do bundle install on terminal to install dependencies, it give me following error Could not fetch specs from https://rails-assets.org/

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7

github_iconTop GitHub Comments

7reactions
Anyokscommented, May 10, 2016

this is happening to me now. What do i do?

2reactions
yevgenkocommented, Jul 22, 2019

same problem today, internet works, but can’t access https://rails-assets.org/ Connection refused resolved by proxying via San Francisco data center, here is how: https://gist.github.com/yevgenko/774b4835683d81e761e73eaae34cfe70

perhaps should contact railsassets on twitter 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

55 - Stack Overflow
Bundle Install could not fetch specs from https://rubygems.org/ · That means your ruby installation doesn't play with OpenSSL correctly. · I did brew...
Read more >
Bundler::HTTPError does not say what the error was #3805
Fetching source index from https://rubygems.org/ Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from ...
Read more >
bundle install 出现Could not fetch specs from https://rails ...
参考:https://www.cnblogs.com/java0619/p/5864207.html1.查看当前使用的源地址gem source2.删除默认的源地址。
Read more >
For some reason rubygems.org is not available when I try ...
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rubygems.org/. I found this from a simple search on the error...
Read more >
get Bundler::HTTPError Could not fetch specs from https ...
Console record of the problem is below. Things I tried: (I had no proxy settings to remove) Get the same error whether going...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found