CHW-8310 HFLFSPathInvalid

could not parse lfs upload path; expected /{repo_id}.git/lfs/objects/{oid}

Default message: could not parse lfs upload path; expected /{repo_id}.git/lfs/objects/{oid}
HTTP status: 400 (client)

Problem. An LFS upload was rejected. Cause. The URL path could not be parsed into {repo_id}.git/lfs/objects/{oid}. Fix. Use the href returned by the LFS batch API verbatim — don’t synthesize the URL by hand. HTTP 400.