Hello everyone:
The same Gerrit service is configured with LFS; Windows and Ubuntu users downloaded the same repository for LFS testing.
However, binary data submitted under Ubuntu is not saved to the path configured under filesystem (fs), while it can be saved under Windows.
windows git/lfs version:git version 2.31.1.windows.1 git-lfs/2.13.3 (GitHub; windows amd64; go 1.16.2; git a5e65851)
ubuntu git/lfs version: git version 2.48.1 git-lfs/3.0.2 (GitHub; linux amd64; go 1.18.1)
Windows push notifications are a normal phenomenon:
git push origin HEAD:refs/for/master
Uploading LFS objects: 100% (2/2), 21 MB | 0 B/s, done.Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 6 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 391 bytes | 391.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1/1)
remote: Processing changes: refs: 1, new: 1, done
remote:
remote: SUCCESS
remote:
remote:
https://test.com/gerrit/c/test_lfs/+/14076535 gg [NEW]
remote:
To ssh://
test.com:29418/test_lfs * [new reference] HEAD -> refs/for/master
ubuntu,There is no message indicating that LFS objects are being uploaded.However, the Gerrit page is correct.:
git push origin HEAD:refs/for/master
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 48 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 258 bytes | 258.00 KiB/s, done.
Total 2 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (1/1)
remote: Processing changes: refs: 1, new: 1, done
remote:
remote: SUCCESS
remote:
remote:
https://test.com/gerrit/c/test_lfs/+/14076516 fff [NEW]
remote:
To ssh://
test.com:29418/test_lfs * [new reference] HEAD -> refs/for/master
Do you know why? What are the solutions?