Skip to content

LFS: unable to push objects tracked by git LFS #3101

@flozz

Description

@flozz

Description

I am not able to push objects tracked by git LFS anymore (tester on latest master). Steps to reproduce:

$ git git clone http://localhost:3000/test/test-lfs.git Cloning into 'test-lfs'... warning: You appear to have cloned an empty repository. $ cd test-lfs $ git lfs install Updated git hooks. Git LFS initialized. $ git lfs track "*.txt" --lockable Tracking "*.txt" $ echo test > foobar.txt $ git add -A warning: CRLF will be replaced by LF in .gitattributes. The file will have its original line endings in your working directory. $ git commit -m test [master (root-commit) 8fdb137] test 2 files changed, 4 insertions(+) create mode 100644 .gitattributes create mode 100644 foobar.txt $ git push Username for 'http://localhost:3000': test Password for 'http://test@localhost:3000': Username for 'http://localhost:3000': test Password for 'http://test@localhost:3000': Locking support detected on remote "origin". Consider enabling it with: $ git config lfs.http://localhost:3000/test/test-lfs.git/info/lfs.locksverify true Git LFS: (0 of 1 files) 0 B / 5 B LFS: Repository or object not found: http://localhost:3000/test/test-lfs/info/lfs/objects/f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2 Check that it exists and that you have proper access to it error: failed to push some refs to 'http://localhost:3000/test/test-lfs.git' 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions