Problem while installing app from github

Hi
i have a little problem while i am using bench install-app GitHub - gaurav-naik/andesit_karang_anyar

gives me an error :
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/.bench/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/bench/commands/make.py”, line 30, in get_app
get_app(git_url, branch=branch)
File “/home/frappe/.bench/bench/app.py”, line 62, in get_app
cwd=os.path.join(bench_path, ‘apps’))
File “/home/frappe/.bench/bench/utils.py”, line 127, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: git clone GitHub - gaurav-naik/andesit_karang_anyar --depth 1 --origin upstream

Try the following commands to install this app

bench get-app andesit_karang_anyar GitHub - gaurav-naik/andesit_karang_anyar

bench new-site site_name

bench --site site_name install-app andesit_karang_anyar

bench use site_name

bench start

gives me the same error at the first line bench get-app andesit_karang_anyar GitHub - gaurav-naik/andesit_karang_anyar

installed now and gives me that error : unix:///var/run/supervisor.sock no such file

done thank you

1 Like