Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 488 Vote(s) - 3.51 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Could not find a valid gem in any repository" (rubygame and others)

#11
I have fixed this issue using the proxy command option of gem install. It has the following format:

$ gem install --http-proxy

[To see links please register here]

rubygame

Note, the IP address and the port number refers to a proxy. You should search for a proxy list and use one of the proxies there.

This is site with proxies:

[To see links please register here]


Also, I have to try 7 or 8 different proxies in order to succeed. Do not give up.
Reply

#12
You don't have an Internet connection to rubygems.org.

This happens sometimes if the site is down or blocked.

This command can show you if your connection has a way to reach rubygems.org:

traceroute rubygems.org

Reply

#13
You can also add the source you want on the command whenever you have troubles using https, like this:

gem install GEMNAME --source

[To see links please register here]


It's better to fix the SSL problem though.
Reply

#14
check your DNS settings ...I was facing similar problem ... when I checked my /etc/resolve.config file ,the name server was missing ... after adding it the problem gets resolved
Reply

#15
I know this is a little late, but I was also having this issue a while ago. This is what worked for me:

REALLY_GEM_UPDATE_SYSTEM=1
sudo gem update --system
sudo gem install rails
Hope this helps anyone else having this issue :)
Reply

#16
are you behind any proxy?

check your browser for proxy that you might use:

execute the command: `gem install xxx --http-proxy=http://user:password@server` and you should be good to go.
Reply

#17
Maybe you should try

gem list -r

then

gem install -r rubygame

Also note that with `rvm`on MacosX (Lion in my case) you should install `ruby-1.9.3-p194` (for Xcode 4.x compiler considerations) then

rvm rubygems current

and in my case I had to use

rvm use ruby-1.9.3-p194@global

(which contains `bundler`, `rake`, `rubygems-bundler`and `rvm`)

and not

rvm use ruby-1.9.3-p194

(which is empty)

Reply

#18
For what it is worth I came to this page because I had the same problem. I never got anywhere except some IMAP stuff that I don't understand. Then I remembered I had uninstalled privoxy on my ubuntu (because of some weird runtime error that mentioned 127.0.0.1:8118 when I used Daniel Kehoe's Rails template,

[To see links please register here]

[never discovered what it was]) and I hadn't changed my terminal to the state of no system wide proxy, under network proxy.

I know this may not be on-point but if I wound up here maybe other privoxy users can benefit too.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through