-
Notifications
You must be signed in to change notification settings - Fork 0
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
Undefined method exitWithError #7
Comments
hey @peterjaap thanks for checking this out. The latest commit fe6515e should take care of what I missed in a refactor. If you could confirm that there is indeed a permission issue to start with that be great. We use |
That is indeed the case;
However, these are owned by the user I'm running the command with;
We are using Docker as our development environment, so the command is run through PHP, which runs in a Docker container. I haven't really had any issues with that before, permissions-wise, so I'm not sure why that happens now? |
@peterjaap thanks for that. Do you mind running this command? I currently do not think this is a docker issue but git for some reason seems to produce files which are owned by the user but not writable. I so far had them excluded with the first query but it looks these type of files can be in different paths. If the second query works (ie no files show up) - I will push out a new version with this amendment. |
@fooman first command returns 63 items, second command zero. |
Thanks for confirming - changed in beta5 |
The text was updated successfully, but these errors were encountered: