如何使用oid sha256信息下载git-lfs文件

jin*_*imo 9 git gitlab git-lfs

我遇到了一组图像(例如,https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/blob/master/stuttgart/stuttgart_cp_00000.npy)存储在 中git lfs的信息如下:

version https://git-lfs.github.com/spec/v1
oid sha256:6692f38904c1ae21cd3d3e6e378538c07fda86fe97ee01d8664bb95fc20cd1de
size 8889498
Run Code Online (Sandbox Code Playgroud)

如何查看和下载原图文件?我是 Git LFS 新手。任何人都可以提供一些详细的步骤吗?

我所做的更新:

我下载了 github 仓库:https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop

将其解压缩到一个文件夹和cd子文件夹stuttgart(以下是其中包含的内容: https: //github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/tree/master /斯图加特),

键入命令git lfs pull(通过git bashwin10),但出现此错误:“批量响应:超出速率限制: https: //github.com/kehuantantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop .git/info/lfs/objects/batch错误:无法从 'https://github.com/kehuantantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop.git 获取某些对象/信息/lfs'

ami*_*ear 3

不需要 oid sha256。

git lfs fetch git lfs checkout没问题。