की आवश्यकता है मैं निम्नलिखित मुद्दा है:Heroku: Gemfile.lock मुद्दा
मैं Heroku पर अपने प्रोजेक्ट को तैनात करने की कोशिश कर रहा हूँ, लेकिन बाद मैं
git push heroku master
चलाने मैं निम्नलिखित मिल:
git push heroku master -f
Counting objects: 524, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (498/498), done.
Writing objects: 100% (524/524), 157.76 KiB, done.
Total 524 (delta 207), reused 62 (delta 2)
-----> Heroku receiving push
-----> Ruby/Rails app detected
!
! Gemfile.lock is required. Please run "bundle install" locally
! and commit your Gemfile.lock.
!
! Heroku push rejected, failed to compile Ruby/rails app
To [email protected]:*****.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]:*****.git'
मैंने कई बार bundle install
और bundle update
चलाया है, मैंने भंडार से और मेरे फाइल सिस्टम से Gemfile.lock
को हटाने का प्रयास किया है। लेकिन मुझे अभी भी वही संदेश मिलता है। क्या कोई मुझे बता सकता है कि मैं क्या गलत कर रहा हूं?
जिस शाखा को मैं धक्का देने की कोशिश कर रहा हूं उसे मास्टर से क्लोन किया गया है।
को जांचने के लिए 'git ls-files' का उपयोग किया गया है, मैंने इसे कई बार किया है, लेकिन फिर भी एक ही समस्या – RomanKapitonov
ठीक है, पहले Heroku और github से Gemfile.lock को हटाएं और नया स्थान रखें, क्या आप चैट में आ सकते हैं? - http://chat.stackoverflow.com/ हम चैट कर सकते हैं –