2011-09-25 2 views
0

새로 설치 한 서버에 배포하려고 시도하면 capistrano가이 사실을 알립니다. 에서git에서 나침반 번들에 Capistrano 오류가 발생했습니다.

*** [err :: fupifarvandet.dk] fatal: Could not parse object '22e2458b77519e8eb8463170c1a1fe4bab105f3e'. 
** [out :: fupifarvandet.dk] Git error: command `git reset --hard 22e2458b77519e8eb8463170c1a1fe4bab105f3e` in directory /var/www/apps/fupifarvandet.dk/shared/bundle/ruby/1.9.1/bundler/gems/compass-22e2458b7751 has failed. 
** [out :: fupifarvandet.dk] If this error persists you could try removing the cache directory '/var/www/apps/fupifarvandet.dk/shared/bundle/ruby/1.9.1/cache/bundler/git/compass-dcbe0c41f22c777e90babfa80d61f78dfdea41b2' 

이것은 내 Gemfile : 무엇을

gem 'compass', git: 'git://github.com/chriseppstein/compass.git', branch: 'rails31' 

?

답변

2

github에 rails3.1 브랜치가 없기 때문입니다. 시도해보십시오 gem 'compass', '~> 0.12.alpha'