You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2020. It is now read-only.
I'm getting a 422 Unprocessable Entity error from
node-git-lfswhen trying to push to the server usinggit-lfs/2.11.0.I dug in to it and it looks like the error is thrown when validating the batch request here:
node-git-lfs/lib/routes/batch.js
Lines 100 to 110 in ebbe7d8
My
git-lfsclient sends through abodythat looks like thisI think the
transfersandrefkeys are failed by the JSON schema validation. Removing this line from the schema makes everything work smoothly:node-git-lfs/schema/http-v1-batch-request-schema.json
Line 27 in ebbe7d8