【发布时间】:2019-07-08 03:46:50
【问题描述】:
使用 GitLab 和 Git 客户端版本 - 2.22.0。最近我们将音频/视频相关文件上传到我们的存储库中,目前存储库大小增加到 4.5 GB。因此,即使我们现在也无法克隆它。
克隆我们都无法克隆时出现以下错误。
githost/tmp$ git clone https://pic-gitlab.com/pic_code/network-mm.git
Cloning into 'network-mm'...
Username for 'https://pic-gitlab.com': labuser
Password for 'https://labuser@pic-gitlab.com':
remote: Enumerating objects: 3695, done.
remote: Counting objects: 100% (3695/3695), done.
remote: Compressing objects: 100% (3337/3337), done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Error(s) during clone:
git clone failed: exit status 128
尝试了以下命令,但无济于事。
git config --global http.postBuffer 1048576000
git clone --depth=1 https://pic-gitlab.com/pic_code/network-mm.git
我们将不胜感激。
【问题讨论】:
标签: git gitlab ubuntu-16.04