Trying to clone the Zabbix repo to get the most recent templates I ran into
I tried 3 times. git is version 2.51 on Debian Sid on my home PC. I get the same error using Debian 13 in the office:
Code:
% git clone https://git.zabbix.com/scm/zbx/zabbix.git Cloning into 'zabbix'... remote: Enumerating objects: 5445, done. remote: Counting objects: 100% (5445/5445), done. remote: Compressing objects: 100% (4952/4952), done. error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. error: 2705 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Code:
% git clone https://git.zabbix.com/scm/zbx/zabbix.git Cloning into 'zabbix'... remote: Enumerating objects: 5445, done. remote: Counting objects: 100% (5445/5445), done. remote: Compressing objects: 100% (4952/4952), done. error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. error: 6474 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output