问题描述
我正在使用git clone来将派生的私有仓库克隆到我的本地计算机上:
git clone <url>
以下是此仓库中的文件和目录:
但是,在我的本地计算机上出现的唯一文件是:
显然,这不是因为像大多数这样的问题一样它们是隐藏文件。 clone命令的输出如下:
remote: Enumerating objects: 57,done.
remote: Counting objects: 100% (57/57),done.
remote: Compressing objects: 100% (43/43),done.
remote: Total 1515 (delta 15),reused 38 (delta 11),pack-reused 1458
Receiving objects: 100% (1515/1515),9.67 MiB | 3.93 MiB/s,done.
Resolving deltas: 100% (235/235),done.
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded,but checkout Failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
有趣的是,如果我执行git status
,我会看到所有丢失的文件都显示为红色,并有一条注释说每个文件都已删除,例如:
deleted: attention_weights/attention=0.001/[hybrid]_lycaenid-imp0.001-run1-float16.npy
deleted: attention_weights/attention=0.001/[hybrid]_lynx-imp0.001-run1-float16.npy
如何克隆所有这些文件?即使它们在分叉中非常多,为什么它们仍显示为已删除?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)