Could not fetch specs from https://rails-assets.org/
See original GitHub issueI 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:
- Created 8 years ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this is happening to me now. What do i do?
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 😃