前提・実現したいこと
git初心者です。
sourcetree を使って作業をしています。
試行錯誤してようやくプッシュまで行ったんですが、
プッシュした後下記のエラーが出てしまいます。
解決策を教えていただけますと幸いです。
発生している問題・エラーメッセージ
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream origin master:test
Pushing to https://dev-gitlab.********.git
To https://.git
! [rejected] master -> test (non-fast-forward)
error: failed to push some refs to 'https://.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 pullも試しましたが、
下記エラーコードが出てきてしまいます。
==================
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch origin
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks pull origin backup
From https://**********.git
- branch backup -> FETCH_HEAD
fatal: refusing to merge unrelated histories
==================
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/06 08:06