git 可以上传了很大的文件,但是无法下载怎么办?
自己搭建的 gitlab 一次上传了大概几个 G 的大文件。修改了本地配置可以上传大文件,但是却不能进行下载,请问有什么解决办法吗?
错误信息如下
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
error: --shallow-file died of signal 94)
error: git upload-pack: git-pack-objects died with error.
fatal: git upload-pack: aborting due to possible repository corruption on the remote side.
remote: aborting due to possible repository corruption on the remote side.
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
用 lfs 上传和下载