Skip to content

Lando won't build due to a missing ssh file #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
## Outline

- [Pulling Files and Database from Pantheon Test Environment](pulling-files-and-database-from-pantheon-test-environment)
- [ENOENT error when running lando start on macOS Big Sur](enoent-error-after-running-lando-start-on-macos-big-sur)

## Pulling Files and Database from Pantheon Test Environment
## Pulling Files and Database from Pantheon Test Environments

Running this command:

Expand All @@ -19,4 +20,20 @@ Notice: Undefined index: X-Pantheon-Styx-Hostname in /var/www/html/vendor/panthe
[error] Pantheon headers missing, which is not quite right.
```

The `test` enviroment has not been created. Dev needs promoted first before the files or database can be pulled from it.
The `test` enviroment has not been created. Dev needs promoted first before the files or database can be pulled from it.

## ENOENT error when running lando start on macOS Big Sur

When running this command on macOS Big Sur to start your application:

```
lando start
```

You receive this error:

```
Error =⇒ ENOENT: no such file or directory, scandir /Users/<your_username>/.ssh
```

This error appears where there isn't a `.ssh` folder inside of your root directory. To resolve the issue you can [generate a SSH key](https://pantheon.io/docs/ssh-keys#generate-ssh-key) which will create the missing `.ssh` folder in your root directory and a new ssh key.