Skip to content

Instantly share code, notes, and snippets.

@megclaypool
Last active April 8, 2025 14:03
Show Gist options
  • Save megclaypool/e59903875140c9e14dc14cd5d8a822b0 to your computer and use it in GitHub Desktop.
Save megclaypool/e59903875140c9e14dc14cd5d8a822b0 to your computer and use it in GitHub Desktop.
[Troubleshooting Lando: Errors and Solutions]

Error

error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out

Solution

The solution is to delete my docker config file: rm ~/.docker/config.json

Error

PHP Warning: include(/app/vendor/bin/../composer/composer/bin/composer): Failed to open stream: No such file or directory in /app/vendor/bin/composer

Solution

rm -rf vendor && lando composer install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment