###git push ができません
GitHubにてgit push origin master
を実行しようとしたところ以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://github.com/....' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
試したこと
git pullをしたのちに
git push origin masterを実行しましたが同じエラーメッセージが出てきてしまいます
補足情報
github で確認してみると階層がおかしくなっていて、同じ階層にループする '..' という名前のフォルダが作成されていますが、ローカルにはそのようなフォルダが存在しないので、それが原因の一つなのかな?と考えています。
git add .
git commit
に関しては問題なくできています。
ご教授お願いいたします。
回答3件
あなたの回答
tips
プレビュー