2012-07-28 2 views
0

나는 이것을 알아낼 수 없다. 왜 내가 다음과 같은 오류가 발생할 수 있습니다 모든 아이디어?개인 Repo와 함께 Heroku 앱을 어떻게 성공적으로 배포합니까?

kamilski81:~/Sites/sc:[email protected]:(master) 
$ git push staging master:master 
Counting objects: 31, done. 
Delta compression using up to 8 threads. 
Compressing objects: 100% (16/16), done. 
Writing objects: 100% (16/16), 1.89 KiB, done. 
Total 16 (delta 9), reused 0 (delta 0) 

-----> Heroku receiving push 
-----> Ruby/Rails app detected 
-----> Using Ruby version: ruby-1.9.3 
-----> Installing dependencies using Bundler version 1.2.0.rc 
     Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment 
     You are trying to install in deployment mode after changing 
     your Gemfile. Run `bundle install` elsewhere and add the 
     updated Gemfile.lock to version control. 
     You have added to the Gemfile: 
     * source: https://github.com/sc/SC-Models.git (at master) 
     You have deleted from the Gemfile: 
     * source: https://git_username:[email protected]/sc/SC-Models.git (at master) 
     You have changed in the Gemfile: 
     * sc_models from `https://github.com/sc/SC-Models.git (at master)` to `no specified source` 
! 
!  Failed to install gems via Bundler. 
! 
!  Heroku push rejected, failed to compile Ruby/rails app 

To [email protected]:pi-staging.git 
! [remote rejected] master -> master (pre-receive hook declined) 
error: failed to push some refs to '[email protected]:pi-staging.git' 
kamilski81:~/Sites/sc:[email protected]:(master) 

답변

2

번들 설치를 실행하고 지점에 커밋 한 다음 다시 밀어 넣어야합니다.

+0

나는 실제로 이것을했고, 여전히 주사위가 없었다! – Kamilski81

+0

모든 변경 사항을 커밋하고 있는지 확인하십시오. – ryudice

+0

그래도, 시가는 없었어. – Kamilski81

관련 문제