Created
October 19, 2010 20:37
-
-
Save j1n6/635053 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
#!/bin/sh | |
#sudo gem install compass | |
# This will generate the following error: | |
# ERROR: While executing gem ... (Gem::RemoteSourceException) | |
# HTTP Response 302 fetching http://gems.rubyforge.org/yaml | |
sudo gem install rubygems-update --source http://production.s3.rubygems.org/ | |
sudo gem update --system --source http://production.s3.rubygems.org/ | |
sudo gem install compass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment