Git push heroku master doesn't seem to work

I follow the guide at railstutorial.org. I get this error when entering a command in the header.

Counting objects: 66, done. Delta compression using up to 2 threads. Compression of objects: 100% (52/52), done. Object spelling: 100% (66/66), 86.47 KiB done. Total 66 (delta 3), reused 0 (delta 0)

-----> Heroku gets a push -----> Rails application detected -----> Detected Rails are not configured to use static_assets Setting rails3_serve_static_assets ... done -----> Gemfile detected running Bundler version 1.0 .0 Unresolved dependencies detected; Installation ... You changed your Gemfile in development, but did not check the resulting snapshot (Gemfile.lock) in version control

   You have added to the Gemfile:
   * sqlite3-ruby (= 1.3.7)

   You have deleted from the Gemfile:
   * sqlite3-ruby (= 1.2.5)
   FAILED: http://docs.heroku.com/bundler

! Heroku push rejected, unable to set gems through the bundler

error: interceptors / pre -receive completed with error code 1 k git @ heroku.com: morning mount-34.git! [remote rejection] master → master (reject before receiving) error: could not click on some links to git @ heroku.com: morning-mountain-34.git '

then when I print:

$ heroku open

I get a mountain site: http://morning-mountain-34.heroku.com/, which should not be like this: there should be first_app

+3
source share
1 answer

found a solution:

At first, the problem arose, possibly due to the fact that I made several mistakes that I made earlier, that I continued to close the terminal.

. "git init" "git add." git commit -m " , , , : git heroku master.

- , : heroku open. - -34, ( , :))

+3

Source: https://habr.com/ru/post/1769936/


All Articles