diff options
author | http://svario.it/gioele <gioele@web> | 2014-07-09 16:54:27 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-09 16:54:27 +0000 |
commit | 3abf2ac188694a9ba8491ce7e9ead30b6f113bd5 (patch) | |
tree | 5d6c02239c2a2dcf56b93b39348f305ee930b200 | |
parent | 939835de46c344a83d1affb3962346e00f7bf6a2 (diff) |
new bug gpg does not ask for password inside tmux
-rw-r--r-- | doc/bugs/gpg_does_not_ask_for_password_inside_tmux.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/gpg_does_not_ask_for_password_inside_tmux.mdwn b/doc/bugs/gpg_does_not_ask_for_password_inside_tmux.mdwn new file mode 100644 index 000000000..4ad4f29e5 --- /dev/null +++ b/doc/bugs/gpg_does_not_ask_for_password_inside_tmux.mdwn @@ -0,0 +1,21 @@ +### Please describe the problem. + +When commands that need gpg like `git annex copy` are run inside tmux, the GPG prompt does not show up and the user cannot give their password. + +Running the same command outside tmux causes GPG to properly show its prompt + +### What steps will reproduce the problem? + + $ tmux + TMUX$ GIT_ANNEX_ROOT/runshell + TMUX$ git annex copy --not -in remote --to remote + +git-annex will show the name of the first filename but will get stuck soon after that, waiting for GPG. + +### What version of git-annex are you using? On what operating system? + +git-annex 5.20140708-g8c9cc55c from the precompiled binaries, run inside tmux 1.6. + +`tmux.conf` contains `set-option -g default-command $SHELL` (this means that a normal shell is spawned, not a login shell) + +Ubuntu 12.04.4 |