devbox icon indicating copy to clipboard operation
devbox copied to clipboard

[Bug]: Command failed

Open xli4217 opened this issue 1 year ago • 1 comments

Getting the following error when running "devbox shell", ubuntu 22.04

Command failed (exit code 130): curl --fail --silent --location --output /tmp/tmp.fpaOedXOfN/devbox_0.8.5_linux_amd64.tar.gz https://github.com/jetpack-io/devbox/releases/download/0.8.5/devbox_0.8.5_linux_amd64.tar.gz

Thanks

xli4217 avatar Jan 22 '24 06:01 xli4217

The exit code suggests that the curl command was interrupted. Can you try running devbox version update before starting devbox shell, and see if that fixes the issue?

Lagoja avatar Jan 23 '24 17:01 Lagoja