We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS : MacOS High Sierra version 10.13.6
Docker : version 19.03.8, build afacb8b
Lando : v3.0.9
when try to start lando with command line "lando start", i get this error :
==> ENOTDIR: not a directory, scandir '/Users/kamal/.ssh'
any idea how to fixe this issue ??
Thank you
The text was updated successfully, but these errors were encountered:
@kamalkech this is likely a regression. as a workaround you can probably just create that directory manually and then proceed
mkdir -p ~/.ssh
Sorry, something went wrong.
#2501: Fixed bug causing lando to fail without .ssh dir
582e22a
this will be fixed in the next release
pirog
No branches or pull requests
OS : MacOS High Sierra version 10.13.6
Docker : version 19.03.8, build afacb8b
Lando : v3.0.9
when try to start lando with command line "lando start", i get this error :
==> ENOTDIR: not a directory, scandir '/Users/kamal/.ssh'
any idea how to fixe this issue ??
Thank you
The text was updated successfully, but these errors were encountered: