Git LFS error checking out VTKExamples

I’m having a problem checking out the VTKExamples repo right now. It gives me a git LFS error, on a fresh clone or a pull:

Downloading src/Testing/Data/Frog/frog.mhd (304 B)
Error downloading object: src/Testing/Data/Frog/frog.mhd (bfa117c): Smudge error: Error downloading src/Testing/Data/Frog/frog.mhd (bfa117c99504e92cc62a4c8e68da99db2f807a93ab332f1934f6a874cff0291e): batch request: GitLab: The project you were looking for could not be found.: exit status 1

I was able to check out finally by disabling the download:
GIT_LFS_SKIP_SMUDGE=1 git checkout -f HEAD

@lorensen maybe you know what’s up?

Hoping to contribute a few Python example ports…
Thanks,
Aron

So, you have hit lfs installed locally?

Please show the output of git lfs env

Sorry for the slow response, Bill.
I’m using git bash on windows 10:

$ git lfs env
git-lfs/2.5.2 (GitHub; windows amd64; go 1.10.3; git 8e3c5c93)
git version 2.19.1.windows.1

LocalWorkingDir=
LocalGitDir=
LocalGitStorageDir=
LocalMediaDir=lfs\objects
LocalReferenceDirs=
TempDir=lfs\tmp
ConcurrentTransfers=3
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneRemoteName=origin
LfsStorageDir=lfs
AccessDownload=none
AccessUpload=none
DownloadTransfers=basic
UploadTransfers=basic
GIT_EXEC_PATH=C:/Program Files/Git/mingw64/libexec/git-core
git config filter.lfs.process = "git-lfs filter-process"
git config filter.lfs.smudge = "git-lfs smudge -- %f"
git config filter.lfs.clean = "git-lfs clean -- %f"