プログラミング2ヶ月の初学者です。
指摘いただけると嬉しいです。
##した事とエラー内容
ターミナル
git push heroku master
したところ、下記のエラーが出る。
To https://git.heroku.com/bicycle2.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://git.heroku.com/bicycle2.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.
##試した内容
error: failed to push some refs to
で検索して
git pullしてみたのですがダメでした。
使用していないマスター以外のブランチを削除してみましたが、エラーが出ました。
##私の環境
Ruby 2.5.1
heroku/7.42.1 darwin-x64 node-v12.16.2
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/26 00:36