Hi Experts ,
I am getting this error , while updating bench . Please help
From https://github.com/frappe/erpnext
* branch develop -> FETCH_HEAD
465b753..12e8277 develop -> upstream/develop
Updating 465b753..12e8277
error: Your local changes to the following files would be overwritten by merge:
erpnext/selling/doctype/quotation/quotation.json
erpnext/stock/doctype/item/item.json
Please, commit your changes or stash them before you can merge.
Aborting
Traceback (most recent call last):
File "/usr/local/bin/bench", line 9, in <module>
load_entry_point('bench==3.0.0', 'console_scripts', 'bench')()
File "/home/ommi/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/ommi/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/ommi/bench-repo/bench/commands/update.py", line 76, in _update
pull_all_apps(bench_path=bench_path)
File "/home/ommi/bench-repo/bench/app.py", line 121, in pull_all_apps
remote=remote, branch=get_current_branch(app, bench_path=bench_path)), cwd=app_dir)
File "/home/ommi/bench-repo/bench/utils.py", line 88, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git pull upstream develop
ommi@ommi:~/frappe-bench$
Thanks in advance