Open Richard-Payne opened 10 months ago
I think you've configured it incorrectly. It looks like you've configured the repo to push LFS objects to http://localhost:8080/
instead of http://localhost:8080/api/<my-org>/<my-project>
.
Check the client configuration section on the readme.
Not sure if this is a bug or just my own failure in configuration.
I have rudolfs run in WSL (either in Docker or with cargo run, the issue is the same). It is configured with an S3 bucket and a dedicated AWS user with permissions to read/write objects to that bucket.
On Windows, I have a small test repo. lfs is tracking .txt files and a I have a single .txt file in the repo. The remote to is pointed at a repo on our Azure Devops Server.
When I run:
git push -u origin --all
I get:
rudolfs outputs the following:
Not really sure what the 404s are referring to. The /objects/batch one occurs ever time the push is run. Any help would be appreciated.