NOAA-EMC / bufr-query

Apache License 2.0
1 stars 2 forks source link

Smudge error when checkout out a particular checksum #18

Closed DJDavies2 closed 1 month ago

DJDavies2 commented 1 month ago

I tried this:

git clone https://github.com/NOAA-EMC/bufr-query --branch develop git checkout 65193ee3066f3f9977079e420be769926cb86342

and I got this error:

Downloading test/testinput/data/amdar_wmo_multi.bufr (200 KB) Error downloading object: test/testinput/data/amdar_wmo_multi.bufr (3c53aa4): Smudge error: Error downloading test/testinput/data/amdar_wmo_multi.bufr (3c53aa41e4f4a16fc5f824dda5a7121139ad3fc1b3bc7c3d6d971e93552bcb51): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.

Errors logged to /net/data/users/frwd/roses/mi-be984/bufr-query/.git/lfs/logs/20240719T122823.547317552.log Use git lfs logs last to view the log. error: external filter 'git-lfs filter-process' failed fatal: test/testinput/data/amdar_wmo_multi.bufr: smudge filter lfs failed

I presume this isn't supposed to happen?

rmclaren commented 1 month ago

You need to checkout the develop branch...

DJDavies2 commented 1 month ago

Is it possible to have a fixed revision? There don't appear to be any tags and we don't want to have a moving version.

rmclaren commented 1 month ago

We will make tags eventually. You would have this problem in any case as NOAA EMC has decided that we are not allowed to use git lfs anymore... Your error is a consequence of this.

rmclaren commented 1 month ago

OK, created release tag v0.0.1. I will create a new release after I merge in MPI features.

DJDavies2 commented 1 month ago

Thanks.