Created
June 8, 2010 06:40
-
-
Save dennisreimann/429688 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# rubygems DNS is temporarily down, put this into your /etc/hosts to install gems, | |
# but don't forget to remove the entries once their DNS is back up again | |
72.4.120.124 rubygems.org | |
207.171.181.231 production.s3.rubygems.org | |
216.137.45.24 production.cf.rubygems.org |
I have enjoyed using gemcutter. Its like the 3rd iteration of rubygems and is significantly better than previous revs. When this happens though, I always remember that I didn't have this problem with CPAN. Maybe its time to start having some redundancy and mirroring of the rubygems repo.
Thanks,
Ok, rubygems.org seems to work again, so you should not forget to remove the entries...
is anyone thinking about how we can prevent this error from now on?
Make sure to remove this now, these DNS entries are now broken. :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really? Anyone know why this happened?