Ad Widget

Collapse

clone failure of Zabbix source repo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harri
    Member
    • Nov 2010
    • 89

    #1

    clone failure of Zabbix source repo

    Trying to clone the Zabbix repo to get the most recent templates I ran into
    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
    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: 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
    ​
Working...