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

Error when moving credentials between mounts #866

Closed
lkiesow opened this issue Jun 11, 2018 · 2 comments
Closed

Error when moving credentials between mounts #866

lkiesow opened this issue Jun 11, 2018 · 2 comments
Assignees

Comments

@lkiesow
Copy link

lkiesow commented Jun 11, 2018

Summary

Error when trying to commit a moved secret:

% gopass move some-secret another-mount/some-secret
gopass: Encrypting … for these recipients:
- …
Do you want to continue? [Y/n/q]: y

Error: failed to commit changes to git (from): git has nothing to commit

Going into the mounts directory, you see that the file has not been committed:

% git status
On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        new file:   xy.gpg

Steps To Reproduce

Move any secret into another mount

Expected behavior

git commit should be executed automatically after the secret has been moved.

Environment

@dominikschulz
Copy link
Member

Thanks for reporting this issue (and especially for including the installation method!).
This bug has already been fixed in master: da890bd

Unfortunately there is no release including that fix, yet.

@lkiesow
Copy link
Author

lkiesow commented Jun 12, 2018

Not a problem. Thanks for fixing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants