Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. heroku git:remote -a desolate-springs-1684
  2.  
  3. error: failed to push some refs to 'git@heroku.com:desolate-springs-1684.git'
  4. To prevent you from losing history, non-fast-forward updates were rejected
  5. Merge the remote changes (e.g. 'git pull') before pushing again. See the
  6. 'Note about fast-forwards' section of 'git push --help' for details.
  7. localhost:nhl michaelmitchell$
  8.  
  9. git push -f heroku master
  10.  
  11. $ git pull heroku master
  12. $ git push heroku master
  13.  
  14. $ git pull --rebase heroku master
  15. $ git push heroku master
  16.  
  17. $ git pull heroku
  18.  
  19. git pull heroku master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement