You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I took the following steps. Created a folder C:\nanobox . I then ran git clone https://github.com/nanobox-quickstarts/nanobox-echo.git which downloaded the project from Github (including boxfile.yml). I then did cd nanobox-echo, followed by nanobox dns add local echo.dev . So far, so good. I then ran nanobox run go run server.go, which resulted in a lot of activity, including prompting me for my Windows Live password, but eventually gave the error message:
:::::::::::::::::::::::::::::::::::::::::::::::::::::::: MISSING BOXFILE.YML !!!
Nanobox is looking for a boxfile.yml config file. You might want to
check out our getting-started guide on configuring your app:
https://guides.nanobox.io/
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Error : failed to execute hook (fetch) on 6309fb46c051a98c4d0d70870a85761ca5915f0c575b4c0203d2eeb8970138a3: util:Exec:/opt/nanobox/hooks/fetch: bad exit code(1):
Context : failed to build the code
Does anyone know what the problem could be?
Thanks in advance,
Carl Caulkett
The text was updated successfully, but these errors were encountered:
Hello, I took the following steps. Created a folder
C:\nanobox
. I then rangit clone https://github.com/nanobox-quickstarts/nanobox-echo.git
which downloaded the project from Github (including boxfile.yml). I then didcd nanobox-echo
, followed bynanobox dns add local echo.dev
. So far, so good. I then rannanobox run go run server.go
, which resulted in a lot of activity, including prompting me for my Windows Live password, but eventually gave the error message:Does anyone know what the problem could be?
Thanks in advance,
Carl Caulkett
The text was updated successfully, but these errors were encountered: