bench get-app lms
Getting lms
$ git clone GitHub - frappe/lms: Easy to Use, 100% Open Source Learning Management System --depth 1 --origin upstream
Cloning into ‘lms’…
remote: Enumerating objects: 830, done.
remote: Counting objects: 100% (830/830), done.
remote: Compressing objects: 100% (709/709), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
error: 6627 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
ERROR: git clone GitHub - frappe/lms: Easy to Use, 100% Open Source Learning Management System --depth 1 --origin upstream
subprocess.CalledProcessError: Command ‘git clone GitHub - frappe/lms: Easy to Use, 100% Open Source Learning Management System --depth 1 --origin upstream’ returned non-zero exit status 128.
The above exception was the direct cause of the following exception:
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/local/lib/python3.10/dist-packages/bench/commands/make.py”, line 159, in get_app
get_app(
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 437, in get_app
app.get()
File “/usr/local/lib/python3.10/dist-packages/bench/utils/render.py”, line 126, in wrapper_fn
return fn(*args, **kwargs)
File “/usr/local/lib/python3.10/dist-packages/bench/app.py”, line 194, in get
self.bench.run(
File “/usr/local/lib/python3.10/dist-packages/bench/bench.py”, line 48, in run
return exec_cmd(cmd, cwd=cwd or self.cwd, _raise=_raise)
File “/usr/local/lib/python3.10/dist-packages/bench/utils/init.py”, line 158, in exec_cmd
raise CommandFailedError(cmd) from subprocess.CalledProcessError(return_code, cmd)
bench.exceptions.CommandFailedError: git clone GitHub - frappe/lms: Easy to Use, 100% Open Source Learning Management System --depth 1 --origin upstream