- Issue created by @cola
- Status changed to Postponed: needs info
over 1 year ago 5:38pm 27 February 2023 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Peculiar! Can you check whether the file
assets/scaffold/files/editorconfig
actually exists on your filesystem? π - π¨πSwitzerland cola
yes it exists on my original drupal core... did you mean on the tmp folder or "original" drupal core?
- πΉπ³Tunisia Ahmed Aziz ABBASSI
Good afternoon, I'm trying to solve this issue. In my local machine, I've php 8.2.2. Is that ok? or I've to install php 8.1.16?
- π¨πSwitzerland cola
If we remove the core-composer-scaffold then is working fine with rsync... But with core-composer-scaffold we don't can run it.
- π¨πSwitzerland cola
@ahmed-aziz-abbassi you need to check if you have installed rsync (with "which rsync"), there sou see the path of the bin. Then you can change the settings with drush.
drush config:set package_manager.settings file_syncer rsync
drush config:set package_manager.settings executables.rsync /usr/local/bin/rsync - πΉπ³Tunisia Ahmed Aziz ABBASSI
this is the version of rsync. How to see the path of the bin?
I've tried looking under /usr/bin and I haven't found anything.
Could you explain more please? - π¨πSwitzerland cola
@ahmed-aziz-abbassi you can use the command "which rsync"
- @ahmed-aziz-abbassi opened merge request.
- Status changed to Closed: outdated
12 months ago 5:48pm 8 December 2023 - πΊπΈUnited States phenaproxima Massachusetts
8.x-2.x is no longer supported, so I think it's time to close this issue out.
The 3.0.x not only supports rsync, it actively encourages its use (the PHP file syncer isn't quite ready for prime time), and tests against it.