From: Shawn H. <za...@el...> - 2021-10-08 15:26:14
|
I cannot successfully clone the zabbix git repository. sheisey@sheisey-dell-lp:~/git$ git clone https://git.zabbix.com/scm/zbx/zabbix.git Cloning into 'zabbix'... remote: Counting objects: 959590, done. remote: Compressing objects: 100% (206179/206179), done. fatal: the remote end hung up unexpectedly.00 GiB | 8.30 MiB/s fatal: early EOF fatal: index-pack failed I believe this is likely the issue: https://confluence.atlassian.com/bitbucketserverkb/git-clone-fails-fatal-the-remote-end-hung-up-unexpectedly-fatal-early-eof-fatal-index-pack-failed-779171803.html From what I have been able to deduce with git tracing enabled, the zabbix repo is indeed bitbucket behind nginx. And what I see coincides with the notion that nginx is configured with a 1GB size limit, as mentioned in that article. I doubt this problem would show up for anyone who already has the repo cloned, because an incremental change won't hit the 1GB limit. Thanks, Shawn |