Error on get-app erpnext, EOF prematuro

Hi there,

i’m getting an error while installing erpnext app:

[frappe@localhost frappe-bench]$ bench get-app erpnext https://github.com/frappe/erpnext
INFO:bench.app:getting app erpnext
Cloning into 'erpnext'...
remote: Counting objects: 200202, done.
remote: Compressing objects: 100% (9/9), done.
error: RPC failed; result=18, HTTP code = 200 116.52 MiB | 967.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: EOF prematuro
fatal: index-pack failed
Traceback (most recent call last):
  File "/usr/bin/bench", line 11, in <module>
    load_entry_point('bench', 'console_scripts', 'bench')()
  File "/home/frappe/.bench/bench/cli.py", line 40, in cli
    bench_command()
  File "/usr/lib64/python2.7/site-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/usr/lib64/python2.7/site-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib64/python2.7/site-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib64/python2.7/site-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/home/frappe/.bench/bench/commands/make.py", line 30, in get_app
    get_app(git_url, branch=branch)
  File "/home/frappe/.bench/bench/app.py", line 62, in get_app
    cwd=os.path.join(bench_path, 'apps'))
  File "/home/frappe/.bench/bench/utils.py", line 127, in exec_cmd
    raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git clone https://github.com/frappe/erpnext   --origin upstream

got few times now, not sure if it is a github probs …can u please have a look?

Thx

Seems to be solved… unstable internet connection caused failure.