-
Notifications
You must be signed in to change notification settings - Fork 1.2k
PermissionError on file which should be in .dvcignore. #4110
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
Comments
So, seems like we introduced a bug in 652f5ab.
Shows that we stopped ignoring
and commit before:
This might be a separate issue, keeping it here until I know more about the original issue. |
To summarize:
Currently, @dreaquil pattern does not match. Latest version that seems to be working is |
Another problem with @dreaquil setup was that folder containing images was owned by root. Which led to some unexpected behavior. |
Bug Report
Getting a permission denied when I try to DVC add a file that is in my dvc ignore.
This is the
.dvcignore
file:Last few errors in traceback:
Final Error:
Please provide information about your setup
Output of
dvc version
:Additional Information (if any):
If applicable, please also provide a
--verbose
output of the command, eg:dvc add --verbose
.The text was updated successfully, but these errors were encountered: