お世話になっております。
SourceTreeでのpushとpullが失敗してしまいます。
リモートへはSSHで接続しており、鍵認証は問題ありません。
push
1// pushした際のエラー 2git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master 3Pushing to ssh://pass 4To ssh://pass 5 ! [rejected] master -> master (non-fast-forward) 6error: failed to push some refs to 'ssh://pass 7hint: Updates were rejected because the tip of your current branch is behind 8hint: its remote counterpart. Integrate the remote changes (e.g. 9hint: 'git pull ...') before pushing again. 10hint: See the 'Note about fast-forwards' in 'git push --help' for details.
pull
1// pullした際のエラー 2git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch origin 3remote: 4remote: Counting objects: 31 5remote: Counting objects: 31 6remote: Counting objects: 31, done. 7 8fatal: unresolved deltas left after unpacking 9fatal: unpack-objects failed
【質問】
SSHに使用している鍵に関しては問題ないと思っています(昨日まで同様のもので接続できていました)
push時のエラー内容からpullが必要と判断したのですが、そのpullも失敗してしまい、原因が分かりません。
コンフリクトが発生しているような記述も無いと思うのですが、これはどのような原因か教えていただけますでしょうか?
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/07 02:17
2021/01/07 02:19