pantheon-systems / localdev-issues

Issue tracking for Pantheon localdev
6 stars 2 forks source link

Localdev erroring w/ "... untracked working tree files would be overwritten by checkout: .lando.yml composer.lock ..." #125

Open timbott opened 2 years ago

timbott commented 2 years ago

I recently started using Localdev again to flush out ideas for a new Drupal 9 project. After downloading and developing on the site locally, I am not able to 'Push' back to Pantheon. Always getting errors: "The following untracked working tree files would be overwritten by checkout: .lando.yml composer.lock Please move or remove them before you switch branches."

This was never the case when I used Localdev previously. It also gives me the same error when I 'Pull' code down. Does it want me to remove these 2 files from the remote or the local install? exactly where are they located?

BTW I am not keeping the code in a git repository, I am just using localdev so that I can use composer to install modules w/ dependencies.