[V7 - Dev] Error on bench update: fatal: The remote end hung up unexpectedly

Hi all,

getting an error on bench update:

INFO:bench.app:pulling erpnext
error: object file .git/objects/14/384c2787b89fea0a446c817a3148828b00a8c9 is empty
error: object file .git/objects/14/384c2787b89fea0a446c817a3148828b00a8c9 is empty
fatal: loose object 14384c2787b89fea0a446c817a3148828b00a8c9 (stored in .git/objects/14/384c2787b89fea0a446c817a3148828b00a8c9) is corrupt
fatal: The remote end hung up unexpectedly
Traceback (most recent call last):
  File "/usr/local/bin/bench", line 9, in <module>
load_entry_point('bench', 'console_scripts', 'bench')()
  File "/home/frappe/bench-repo/bench/cli.py", line 40, in cli
bench_command()
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
  File "/home/frappe/bench-repo/bench/commands/update.py", line 60, in update
_update(pull, patch, build, bench, auto, restart_supervisor, requirements, no_backup, upgrade, force=force)
  File "/home/frappe/bench-repo/bench/commands/update.py", line 76, in _update
pull_all_apps(bench_path=bench_path)
  File "/home/frappe/bench-repo/bench/app.py", line 148, in pull_all_apps
remote=remote, branch=get_current_branch(app, bench_path=bench_path)), cwd=app_dir)
  File "/home/frappe/bench-repo/bench/utils.py", line 90, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull  upstream develop

Could u have a look?

Thx in advance.

Its in the trace