Scott Barron
Scott Barron
I really like the idea of compressing objects in `.git/lfs`, if they're a format where compression makes sense. Compression for the transfers also makes good sense. For server storage, though,...
@mkulagowski Did you add a user to the lfs server? Since it's just a little stand alone test thing it uses its own user database, separate from anything else on...
@mkulagowski Hmm, it looks like for the PUT it was trying to connect to `127.0.0.1` instead of your vps host. When the client makes the `POST`, the server will hand...
Hi @mkulagowski - sorry, I totally missed this. For your questions: 1. The git lfs client can be a little repetitive asking for credentials right now, especially when using it...
LFS_CONTENTPATH is only telling the lfs-test-server where to store the uploaded content. You could stick it anywhere on your file system. The path part of the url in the config...
@mkulagowski You're right about the LFS_CONTENTPATH, it's only telling the server where to store the files on disk. It is not related to the .git/config path in any way.
@marcpiresrj What kind of set up are you using? Is the test server running on a separate host or locally? How long is it taking?
The test server [should implement the batch api](https://github.com/github/lfs-test-server/blob/e76e479696b8b4d8d6a3de934f797a5eb0af651b/server.go#L204). Is something not working the way you're expecting?
Can you paste the output of `git lfs env` from your repo?
We can make the test server work without authentication, but the client side doesn't support that very well just yet. We'll need to modify the client to only ask for...