fatal: couldn't find remote ref develop on V13

Traceback (most recent call last):
File “/usr/local/bin/bench”, line 8, in
sys.exit(cli())
File “/home/frappe/.local/lib/python3.8/site-packages/bench/cli.py”, line 127, in cli
bench_command()
File “/usr/lib/python3/dist-packages/click/core.py”, line 764, in call
return self.main(*args, **kwargs)
File “/usr/lib/python3/dist-packages/click/core.py”, line 717, in main
rv = self.invoke(ctx)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib/python3/dist-packages/click/core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/lib/python3/dist-packages/click/core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “/home/frappe/.local/lib/python3.8/site-packages/bench/commands/update.py”, line 59, in update
update(
File “/home/frappe/.local/lib/python3.8/site-packages/bench/utils/bench.py”, line 421, in update
pull_apps(apps=apps, bench_path=bench_path, reset=reset)
File “/home/frappe/.local/lib/python3.8/site-packages/bench/app.py”, line 656, in pull_apps
bench.run(f"git fetch --depth=1 --no-tags {remote} {branch}", cwd=app_dir)
File “/home/frappe/.local/lib/python3.8/site-packages/bench/bench.py”, line 48, in run
return exec_cmd(cmd, cwd=cwd or self.cwd)
File “/home/frappe/.local/lib/python3.8/site-packages/bench/utils/init.py”, line 155, in exec_cmd
raise CommandFailedError
bench.exceptions.CommandFailedError

Please provide more context and information on how this error occurred.

If it were installation, what command did you run after which this occurred? Which app installation?

was perfoming bench update

@Teddy_Mutuma i having the same problem when bench update…How did you solved it?