You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initialising behat and tunit tests the following message is displayed
The repository at "/var/www/html" does not have the correct ownership and git refuses to use it:
fatal: detected dubious ownership in repository at '/var/www/html'
To add an exception for this directory, call:
git config --global --add safe.directory /var/www/html
It seems we probably want to make git on the image trust the directory so that git can be used by composer as a fallback when initialising the test suites.
The text was updated successfully, but these errors were encountered:
When initialising behat and tunit tests the following message is displayed
It seems we probably want to make git on the image trust the directory so that git can be used by composer as a fallback when initialising the test suites.
The text was updated successfully, but these errors were encountered: