This error is stopping drush from executing commands on D9.4.8/php8.1.10
TypeError: Unsupported operand types: string + int in _git_deploy_datestamp_sync() (line 288 of /app/web/modules/contrib/git_deploy/git_deploy.module)
I noticed another module had a similar issue, so perhaps this helps with a fix: https://www.drupal.org/project/views_ef_fieldset/issues/3269083
Issue fork git_deploy-3321989
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
bhogue commentedThis went away after restarting my development environment.
Comment #3
bhogue commentedComment #4
bhogue commentedReopening because this keeps cropping up
Comment #5
bhogue commentedI am able to import config from the config sync UI, but not via drush
Comment #7
bhogue commentedComment #10
darren oh