find . -name “*.pyc” -delete
ERROR: Command ‘[‘git’, ‘remote’, ‘-v’]’ returned non-zero exit status 128.
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 8, in
sys.exit(cli())
File “/usr/local/lib/python3.10/dist-packages/bench/cli.py”, line 132, in cli
bench_command()
File “/usr/lib/python3/dist-packages/click/core.py”, line 1128, in call
return self.main(*args, **kwargs)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1053, in main
rv = self.invoke(ctx)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib/python3/dist-packages/click/core.py”, line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/lib/python3/dist-packages/click/core.py”, line 754, in invoke
return __callback(*args, **kwargs)
File “/usr/local/lib/python3.10/dist-packages/bench/commands/update.py”, line 59, in update
update(
File “/usr/local/lib/python3.10/dist-packages/bench/utils/bench.py”, line 472, in update
pull_apps(apps=apps, bench_path=bench_path, reset=reset)
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 978, in pull_apps
remote = get_remote(app)
File “/usr/local/lib/python3.10/dist-packages/bench/utils/app.py”, line 211, in get_remote
contents = subprocess.check_output(
File “/usr/lib/python3.10/subprocess.py”, line 421, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File “/usr/lib/python3.10/subprocess.py”, line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command ‘[‘git’, ‘remote’, ‘-v’]’ returned non-zero exit status 128.
Got this "ERROR: Command '['git', 'remote', '-v']' returned non-zero exit status 128."while updating
Hi,
It may help to say the operating environment and versions of apps you are trying to update.
Has the update been successful in the past or is this the first time an update has been attempted?