前提・実現したいこと
djangoブログファイルをsoucetreeからbitbucketにプッシュするときにエラーがでます。
bitbucketのアカウントをsoucetreeに追加し、httpsにしています。
プッシュ先のリモートリポジトリをoriginにしてプロジェクトファイルを選択してgitまでpathしてます。
プッシュ時にorigin選択しmasterにチェック入れてパスワード等入れたらpushが失敗になっています。
対処方法を教えていただけないでしょうか?
発生している問題・エラーメッセージ
Completed with errors, see above
該当のソースコード
Pushing to https://bitbucket.org/ユーザー名/microblog.git To https://bitbucket.org/ユーザー名/microblog.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://bitbucket.org/ユーザー名/microblog.git' 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.
試したこと
soucetree上ではグラフに赤いマークみたいなのがついています。
たくさんあるファイルをコミットしているのにbitbucketではgitignornしかファイルがアップロードされていません。
コマンドラインからbitbucketのurl,
git clone https://shogo7@bitbucket.org/ユーザ名/microblog.git実行した際もエラーがでますfatal: remote origin already exists.
新規作成しているはずなのですが既存のoriginがある状態?だと思ったのでプルしようとしましたがうまくいきませんでした。
プルはソースツリーとコマンドラインで実行しました、
git pull --allow-unrelated-histories origin masterこちらもだめでした。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。