Skip to content
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

Error getting credentials #155

Open
rudolphOtoo opened this issue Jan 11, 2025 · 1 comment
Open

Error getting credentials #155

rudolphOtoo opened this issue Jan 11, 2025 · 1 comment
Labels

Comments

@rudolphOtoo
Copy link

rudolph@RUDOLPHs-MacBook-Pro vfi % lando start
Let's get this party started! Starting app vfi...
[+] Running 0/0
⠋ proxy Pulling 0.0s
error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ERROR ==> UNKNOWN ERROR [+] Running 0/0 ⠋ appserver Pulling 0.0s error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out:
ERROR ==>
[+] Running 0/0
⠋ appserver Pulling 0.0s
⠋ database Pulling 0.0s
error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
ERROR ==>

██╗ ██╗██╗ ██╗ ██████╗ ██╗ ██╗██╗
██║ ██║██║ ██║ ██╔═══██╗██║ ██║██║
██║ ██║███████║ ██║ ██║███████║██║
██║ ██║██╔══██║ ██║ ██║██╔══██║╚═╝
╚██████╔╝██║ ██║ ╚██████╔╝██║ ██║██╗
╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝

An unrecoverable error occurred while starting up your app!
Here are a few things you can try to get back into a good state:

◼ Try running Run lando rebuild
◼ Try restarting in debug mode Run lando restart --debug
◼ Try checking the logs with Run lando logs

If those fail then consult the troubleshooting materials:

https://docs.lando.dev/help/logs.html
https://docs.lando.dev/help/updating.html

Or post your issue to Slack or GitHub

◼ Slack - https://launchpass.com/devwithlando
◼ GitHub - https://github.com/lando/lando/issues/new/choose

ERROR ==>
rudolph@RUDOLPHs-MacBook-Pro vfi %

@rtfm-47 rtfm-47 transferred this issue from lando/lando Jan 11, 2025
@reynoldsalec
Copy link
Member

Haven't seen this before, but sounds like it may be due to incorrect values in ~/.docker/config.json if you had some older versions of Docker's tooling installed on your computer. See docker/for-mac#3785 and https://stackoverflow.com/questions/67642620/docker-credential-desktop-not-installed-or-not-available-in-path for reference.

Unless you're using Docker for something else on your computer, it might be best to uninstall Docker Desktop, rm -rf ~/.docker, restart and reinstall Docker Desktop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants