Skip to content
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

gopass update fails with "invalid argument" #1837

Closed
dominikschulz opened this issue Mar 13, 2021 · 0 comments · Fixed by #1838
Closed

gopass update fails with "invalid argument" #1837

dominikschulz opened this issue Mar 13, 2021 · 0 comments · Fixed by #1838
Assignees
Labels
bug Defects
Milestone

Comments

@dominikschulz
Copy link
Member

$ gopass update
⚒ Checking for available updates ...
❌ Your gopass binary is externally managed. Can not update: "can not write \"bin/gopass\": invalid argument"

Error: Failed to update gopass: can not write "bin/gopass": invalid argument

The problem is that we can not open a Go binary for writing, so the canWrite check fails.

@dominikschulz dominikschulz self-assigned this Mar 13, 2021
@dominikschulz dominikschulz added this to the 1.12.3 milestone Mar 13, 2021
@dominikschulz dominikschulz added the bug Defects label Mar 13, 2021
dominikschulz added a commit to dominikschulz/gopass that referenced this issue Mar 13, 2021
Fixes gopasspw#1837

RELEASE_NOTES=[BUGFIX] Fix gopass update

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
dominikschulz added a commit that referenced this issue Mar 17, 2021
Fixes #1837

RELEASE_NOTES=[BUGFIX] Fix gopass update

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
kpitt pushed a commit to kpitt/gopass that referenced this issue Jul 21, 2022
Fixes gopasspw#1837

RELEASE_NOTES=[BUGFIX] Fix gopass update

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant