Having the same problem and trying to follow steps here:
Importing repository in Azure DevOps with Git LFS
At step 3 in the second answer, I get output that looks correct to me:
$ git lfs fetch source --all
fetch: 35 objects found, done.
fetch: Fetching all references...
Downloading LFS objects: 100% (35/35), 42 MB | 12 MB/s
But no files appear on my local filesystem. I'm pretty sure they have to for the rest of the steps to work, so I'm stuck here until I figure it out.
