前提・実現したいこと
ここに質問の内容を詳しく書いてください。
PHPのLaravelでHerokuにデプロイをしたのですがエラーが出てデプロイができない。
発生している問題・エラーメッセージ
! [rejected] (現在いるブランチ) -> master (non-fast-forward) error: failed to push some refs to 'https://git.heroku.com/youtube-curation8888.git' hint: Updates were rejected because a pushed branch tip is behind its remote hint: counterpart. Check out this branch and integrate the remote changes hint: (e.g. 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
試したこと
ここに問題に対して試したことを記載してください。
git push heroku (ブランチ名):master
git feche
git rebase
git push -fを行った場合
fatal: The current branch (ブランチ名) has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin (ブランチ名)
このように表示されます。
ここにより詳細な情報を記載してください。
heroku/7.47.12 linux-x64 node-v12.16.2