CHW-8309 HFLFSObjectNotFound

LFS object not found; upload the blob via PUT /lfs/objects/{oid} before referencing it from a commit

Default message: LFS object not found; upload the blob via PUT /lfs/objects/{oid} before referencing it from a commit
HTTP status: 404 (client)

Problem. A commit referenced an LFS object that doesn’t exist, or LFS verify was called against an absent oid. Cause. The blob has not been uploaded yet, or its oid was misspelled. Fix. Upload the blob first via PUT /lfs/objects/{oid} (the LFS batch endpoint provides this URL), then submit the commit. HTTP 404.