Erron on step - TASK [bench : Get the ERPNext app]

We have error on step TASK [bench : Get the ERPNext app]
System CentOS 7

Full error:
TASK [bench : Get the ERPNext app] ******************************************************************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“bench”, “get-app”, “erpnext”, “hxxps://github.com/frappe/erpnext”, “–branch”, “master”], “delta”: “0:22:26.617289”, “end”: “2019-01-17 20:54:38.355836”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2019-01-17 20:32:11.738547”, “stderr”: “INFO:bench.app:getting app erpnext\nINFO:bench.utils:git clone hxxps://github.com/frappe/erpnext --branch master --origin upstream\nerror: RPC failed; result=18, HTTP code = 200\nfatal: The remote end hung up unexpectedly\nfatal: early EOF\nfatal: index-pack failed\nTraceback (most recent call last):\n File "/bin/bench", line 11, in \n load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()\n File "/home/frappe/.bench/bench/cli.py", line 40, in cli\n bench_command()\n File "/usr/lib/python2.7/site-packages/click/core.py", line 764, in call\n return self.main(*args, **kwargs)\n File "/usr/lib/python2.7/site-packages/click/core.py", line 717, in main\n rv = self.invoke(ctx)\n File "/usr/lib/python2.7/site-packages/click/core.py", line 1137, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n File "/usr/lib/python2.7/site-packages/click/core.py", line 956, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n File "/usr/lib/python2.7/site-packages/click/core.py", line 555, in invoke\n return callback(*args, **kwargs)\n File "/home/frappe/.bench/bench/commands/make.py", line 40, in get_app\n get_app(git_url, branch=branch)\n File "/home/frappe/.bench/bench/app.py", line 124, in get_app\n cwd=os.path.join(bench_path, ‘apps’))\n File "/home/frappe/.bench/bench/utils.py", line 159, in exec_cmd\n raise CommandFailedError(cmd)\nbench.utils.CommandFailedError: git clone hxxps://github.com/frappe/erpnext --branch master --origin upstream”, “stderr_lines”: [“INFO:bench.app:getting app erpnext”, “INFO:bench.utils:git clone hxxps://github.com/frappe/erpnext --branch master --origin upstream”, “error: RPC failed; result=18, HTTP code = 200”, “fatal: The remote end hung up unexpectedly”, “fatal: early EOF”, “fatal: index-pack failed”, “Traceback (most recent call last):”, " File "/bin/bench", line 11, in “, " load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()”, " File "/home/frappe/.bench/bench/cli.py", line 40, in cli", " bench_command()“, " File "/usr/lib/python2.7/site-packages/click/core.py", line 764, in call”, " return self.main(*args, **kwargs)“, " File "/usr/lib/python2.7/site-packages/click/core.py", line 717, in main”, " rv = self.invoke(ctx)“, " File "/usr/lib/python2.7/site-packages/click/core.py", line 1137, in invoke”, " return _process_result(sub_ctx.command.invoke(sub_ctx))“, " File "/usr/lib/python2.7/site-packages/click/core.py", line 956, in invoke”, " return ctx.invoke(self.callback, **ctx.params)“, " File "/usr/lib/python2.7/site-packages/click/core.py", line 555, in invoke”, " return callback(*args, **kwargs)“, " File "/home/frappe/.bench/bench/commands/make.py", line 40, in get_app”, " get_app(git_url, branch=branch)“, " File "/home/frappe/.bench/bench/app.py", line 124, in get_app”, " cwd=os.path.join(bench_path, ‘apps’))“, " File "/home/frappe/.bench/bench/utils.py", line 159, in exec_cmd”, " raise CommandFailedError(cmd)", “bench.utils.CommandFailedError: git clone hxxps://github.com/frappe/erpnext --branch master --origin upstream”], “stdout”: “Cloning into ‘erpnext’…”, “stdout_lines”: [“Cloning into ‘erpnext’…”]}
to retry, use: --limit @/tmp/.bench/playbooks/site.retry

Any suggestion?

jgun