Created
March 30, 2010 16:53
-
-
Save mml/349291 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
% rake -t rails:freeze:gems | |
(in /Users/mml/s/nq) | |
** Invoke rails:freeze:gems (first_time) | |
** Execute rails:freeze:gems | |
Freezing to the gems for Rails 2.3.5 | |
rm -rf vendor/rails | |
mkdir -p vendor/rails | |
cd vendor/rails | |
ERROR: While executing gem ... (Gem::FilePermissionError) | |
You don't have write permissions into the /opt/local/lib/ruby/gems/1.8 directory. | |
rm -rf vendor/rails |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment