Created
February 3, 2012 12:49
-
-
Save cantonic/1730020 to your computer and use it in GitHub Desktop.
Error when installing spree 1.0
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
Mac:spree user$ cd mystock | |
Mac:mystock user$ rake db:create | |
Mac:mystock user$ rake db:migrate | |
Mac:mystock user$ spree install | |
Would you like to install the default blue theme? (yes/no) [yes] yes | |
Would you like to install the default gateways? (yes/no) [yes] yes | |
Would you like to run the migrations? (yes/no) [yes] yes | |
Would you like to load the seed data? (yes/no) [yes] yes | |
Would you like to load the sample data? (yes/no) [yes] yes | |
gemfile spree | |
gemfile spree_blue_theme | |
gemfile spree_usa_epay | |
gemfile spree_skrill | |
run bundle install from "." | |
Updating git://github.com/spree/spree_blue_theme.git | |
Updating git://github.com/spree/spree_usa_epay.git | |
Updating git://github.com/spree/spree_skrill.git | |
fatal: Could not parse object '6743bcbd0146d1c7145d6befc648005d8d0cf79a'. | |
Git error: command `git reset --hard 6743bcbd0146d1c7145d6befc648005d8d0cf79a` in directory /Users/user/.rvm/gems/ruby-1.9.3-preview1@spree/bundler/gems/spree_skrill-6743bcbd0146 has failed. | |
If this error persists you could try removing the cache directory '/Users/user/.rvm/gems/ruby-1.9.3-preview1@spree/cache/bundler/git/spree_skrill-be70d98bc288605831e796ad75b5196ee7c9aed6' | |
run rails generate spree:install --migrate=true --seed=true --sample=true from "." | |
git://github.com/spree/spree_blue_theme.git (at 1066640) is not checked out. Please run `bundle install` |
Have a look at Peter Berkenbosch's Blog. There is a screencast about how to install it: http://peterberkenbosch.nl/02-spreecommerce-screencast-create-a-10-stabl
Perfect. thank you.
Got it working.
…---
From: cantonic [email protected]
To: Mike [email protected]
Sent: Saturday, February 4, 2012 5:36 PM
Subject: Re: gist gist: 1730020
Have a look at Peter Berkenbosch's Blog. There is a screencast about how to install it: http://peterberkenbosch.nl/02-spreecommerce-screencast-create-a-10-stabl
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1730020
Very helpful, Cantonic. Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you ever find a resolution for this, i keep running into the same problem.