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
some time ago git for windows started using the hash_algo key in their git-lfs batch requests.
This leads to an unspecific error with giftless
HTTP/1.1 422 UNPROCESSABLE ENTITY
{"message": "422 Unprocessable Entity: The request was well-formed but was unable to be followed due to semantic errors."}
Hi,
some time ago git for windows started using the hash_algo key in their git-lfs batch requests.
This leads to an unspecific error with giftless
The key is optional according to the git-lfs docs, see https://github.com/git-lfs/git-lfs/blob/main/docs/api/batch.md#requests
I've created a small patch to make it work but without any extra error handling if a client would request another hash algorithm. schema_hash_algo.txt
I hope someone can make use of this.
Cheers, Valentin
The text was updated successfully, but these errors were encountered: