frappe / twilio-integration

Twilio integration for ERPNext
Other
61 stars 74 forks source link

Installation Error #50

Open yugajoshi opened 9 months ago

yugajoshi commented 9 months ago

I tried to install twilio on frappe version 14 and version 15. Giving same error on both versions- Getting twilio-integration $ git clone https://github.com/frappe/twilio-integration.git --depth 1 --origin upstream Cloning into 'twilio-integration'... fatal: unable to access 'https://github.com/frappe/twilio-integration.git/': Failed to connect to github.com port 443 after 129455 ms: Connection timed out ERROR: git clone https://github.com/frappe/twilio-integration.git --depth 1 --origin upstream subprocess.CalledProcessError: Command 'git clone https://github.com/frappe/twilio-integration.git --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 167, 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 https://github.com/frappe/twilio-integration.git --depth 1 --origin upstream