前提・実現したいこと
ここに質問の内容を詳しく書いてください。
Macに変えたばかりでsource treeを使ってプッシュしようとしていますが、エラーが出てきてしまいます。
発生している問題・エラーメッセージ
Pushing to https://mm0311.backlog.jp/git/AUTUMN_EDUCATION/curriculum-beginner.git To https://mm0311.backlog.jp/git/AUTUMN_EDUCATION/curriculum-beginner.git ! [rejected] murayama -> murayama (non-fast-forward) error: failed to push some refs to 'https://mm0311.backlog.jp/git/AUTUMN_EDUCATION/curriculum-beginner.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
該当のソースコード
ソースコード
試したこと
プルしてもエラーが出る。
credential.helper=sourcetree pull origin murayama warning: Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull: git config pull.rebase false # merge (the default strategy) git config pull.rebase true # rebase git config pull.ff only # fast-forward only
補足情報(FW/ツールのバージョンなど)
source tree バージョン4.1.0
Mac Pro 11.1
ここにより詳細な情報を記載してください。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/04/07 14:20