cli
cli copied to clipboard
[M1] Lando init via git url / tar archive fails
Trying to init a Lando app based on a git url and Lando hangs and times out.
➜ test lando init
? From where should we get your app's codebase? remote git repo or archive
? Please enter the URL of the git repo or tar archive containing your application code [email protected]:dustinleblanc/cafehonda.git
? What recipe do you want to use? laravel
? Where is your webroot relative to the init destination? public
? What do you want to call this app? cafehondamatic
Creating network "landoinitcafehondamatic_default" with the default driver
Creating volume "landoinitcafehondamatic_data_init" with default driver
Creating volume "landoinitcafehondamatic_home_init" with default driver
Creating landoinitcafehondamatic_init_1 ...
ERROR: for landoinitcafehondamatic_init_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=300)
ERROR: for init UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=300)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 300).
Removing landoinitcafehondamatic_init_1 ... done
Removing network landoinitcafehondamatic_default
Removing volume landoinitcafehondamatic_data_init
Removing volume landoinitcafehondamatic_home_init
ERROR ==>
Looking at the container in Docker desktop, I am seeing this:
