diff options
author | filippo <filippo@web> | 2015-08-31 10:33:52 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-08-31 10:33:52 +0000 |
commit | 5cf805ff744da19adb464c6001b35b7998a4d033 (patch) | |
tree | cd3df0a673c7fa5f555a56121f4aa533cffe4915 | |
parent | 45b1010277ab130bd744fd084f31881c2336adf6 (diff) |
-rw-r--r-- | doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn b/doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn new file mode 100644 index 000000000..d75d2f217 --- /dev/null +++ b/doc/bugs/git-annex_can__39__t_find_gpg_if_it__39__s_named_gpg2.mdwn @@ -0,0 +1,19 @@ +### Please describe the problem. + +git-annex requires a `gpg -> gpg2` alias, which is dangerous for other software to misuse. + +### What steps will reproduce the problem? + +Run any gpg-requiring operation on a machine that has only gpg2 installed and no gpg alias. + + gpg: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) + +### What version of git-annex are you using? On what operating system? + +git-annex version: 5.20150710 + +OS X, gpg2 installed with brew + +### Have you had any luck using git-annex before? + +git-annex took some time to get in the mentality and configure, but now it's a beautiful perfectly oiled file management system. Thanks! |