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

Cannot use lando pull #272

Closed
dchaffin opened this issue Nov 5, 2024 · 2 comments
Closed

Cannot use lando pull #272

dchaffin opened this issue Nov 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@dchaffin
Copy link

dchaffin commented Nov 5, 2024

I just updated Lando to 3.23.3 and now I cannot use lando pull. When I try, it waits a few seconds and just returns to a command prompt. I've tried destroying, rebuilding, re-initing, etc. and I can't seem to figure it out. I'm not even sure what other information would be helpful here.

.lando.yml

name: *********
recipe: pantheon
config:
  framework: drupal8
  webroot: web
  php: "8.3"
  site: *********
  id: *********
proxy:
  edge:
    - *********.lndo.site
tooling:
  drupal:
    cmd:
      - /app/vendor/bin/drupal
      - "--root=/app/web"

pantheon.yml

api_version: 1
web_docroot: true
php_version: 8.3
database:
  version: 10.4
enforce_https: full
workflows:
  deploy_product:
    after:
      -
        type: webphp
        description: 'Run composer prepare-for-pantheon'
        script: private/scripts/deploy_product/prepare-for-pantheon.php
      -
        type: webphp
        description: 'Run composer install & drupal-scaffold'
        script: private/scripts/deploy_product/composer-install.php
  sync_code:
    after:
      - type: webphp
        description: Push changes back to GitHub if needed
        script: private/scripts/quicksilver/quicksilver-pushback/push-back-to-github.php
@dchaffin dchaffin added the bug Something isn't working label Nov 5, 2024
@AaronFeledy
Copy link
Member

Is pull listed as an option when you run lando --help? Try running lando pull --debug to get some insight into what it's actually doing behind the scenes. Maybe there will be some clues there into what is or is not functioning.

@dchaffin
Copy link
Author

dchaffin commented Nov 6, 2024

So, I updated everything in Ubuntu (running in WSL) and completely reinstalled Lando, restarted and finally got it to work.

@dchaffin dchaffin closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants