お世話になっております。
今あるアプリをGITHUBにアップしたいと
考えていますが、以下のようなエラーが続出し困っています。
お分かりの方おられましたら、ご教示下さい。
エラー内容
! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/aaaaa/abcdefghi' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first 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 pull origin masterを実行後、上記コマンドを実行
②git reflog で自分の戻りたい場所まで戻り、git reset --hard HEAD@{3}などを実行
③git fetch後、git merge を実行
どれもうまくいきませんでした。宜しくお願い致します。
もちろん、githubには保管場所(repository)は作成済み。
回答1件
あなたの回答
tips
プレビュー