node-git-lfs
node-git-lfs copied to clipboard
A NodeJS implementation of Git LFS Server.
Updates the batch request schema with the official definition from `git-lfs`. Schema from: https://github.com/git-lfs/git-lfs/blob/master/tq/schemas/http-batch-request-schema.json Fixes kzwang/node-git-lfs#5
I'm getting a 422 Unprocessable Entity error from `node-git-lfs` when trying to push to the server using `git-lfs/2.11.0`. I dug in to it and it looks like the error is...
I've included a change for local storage support too (not developed by me)
Hi, would a locale storage backend be accepted? It could be helpful as test setup for node-git-lfs -- ooxi
Hi, the [Bintray REST API](https://bintray.com/docs/api/) is very simple but powerful. I've looked at the existing [storage backends](https://github.com/kzwang/node-git-lfs/tree/master/lib/store) and it seams simple enough to implement. Are there any objections / would...