We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
attic push
I have an issue where uploading sometimes fails (I think this is related to #101 ).
I would like to re-upload the path so that I can fill the valid NAR but when I try that I get:
❯ attic push default ./result ✅ All done! (1 already cached, 0 in upstream)
because attic think it's got the path, even though nar chunks are missing.
An option like attic push --ignore-existing-cached would allow ignoring this check maybe?
attic push --ignore-existing-cached
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an issue where uploading sometimes fails (I think this is related to #101 ).
I would like to re-upload the path so that I can fill the valid NAR but when I try that I get:
because attic think it's got the path, even though nar chunks are missing.
An option like
attic push --ignore-existing-cached
would allow ignoring this check maybe?The text was updated successfully, but these errors were encountered: