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
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'
The text was updated successfully, but these errors were encountered:
This shoudl be fix by 93726dc in the PR your reference. tests are failing since the docker image used for testing need to be updated. I will rebase to restart the tessts on drone.
[x]
):Description
I am not able to push objects tracked by git LFS anymore (tester on latest master). Steps to reproduce:
The text was updated successfully, but these errors were encountered: