ソースツリーでpushをすると以下のエラーが出てしまいます。
■エラーメッセージ
git --no-optional-locks -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags ◆◆◆◆◆◆◆ refs/heads/◆◆◆◆◆◆◆:refs/heads/◆◆◆◆◆◆◆
Pushing to https://github.com/◆◆◆◆◆◆◆/◆◆◆◆◆◆◆.git
POST git-receive-pack (2203 bytes)
remote: error: GH008: Your push referenced at least 3 unknown Git LFS objects:
remote: 3c8328fcfb6a733592c7c9abda84921eadf940c21459838f575a6580aaa72811
remote: 8ffcf1a7be4fb9dc4cdb4dbc4750a13b2006efa97637588293b9c7a1e3cdbeb0
remote: a1053422ee780dc25f94e58485b0beec95f19b38ab3949913d109f379f24625d
remote: Try to push them with 'git lfs push --all'.
To https://github.com/◆◆◆◆◆◆◆/◆◆◆◆◆◆◆.git
! [remote rejected] ◆◆◆◆◆◆◆ -> ◆◆◆◆◆◆◆ (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/◆◆◆◆◆◆◆/◆◆◆◆◆◆◆.git'
Completed with errors, see above
回答1件
あなたの回答
tips
プレビュー