From 8656ee332b6f8f7090e295310b41b7c3f115ec5c Mon Sep 17 00:00:00 2001 From: "asasdfu@6d994a3a5de417bed14940c21349d59f56e8922e" Date: Mon, 4 Jul 2016 15:41:15 +0000 Subject: [PATCH] --- ...itremote_doesn__39__t_work_in_scripts.mdwn | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/bugs/initremote_doesn__39__t_work_in_scripts.mdwn diff --git a/doc/bugs/initremote_doesn__39__t_work_in_scripts.mdwn b/doc/bugs/initremote_doesn__39__t_work_in_scripts.mdwn new file mode 100644 index 0000000000..b36af095fe --- /dev/null +++ b/doc/bugs/initremote_doesn__39__t_work_in_scripts.mdwn @@ -0,0 +1,23 @@ +### Please describe the problem. + + +### What steps will reproduce the problem? + +Run "git-annex initremote" from an environment (cron, CI, etc.) where /dev/tty doesn't exist. + +### What version of git-annex are you using? On what operating system? + +git-annex version: 6.20160613-g35dbe35 on debian jessie + +### Please provide any additional information below. + +Error: +gpg: cannot open tty `/dev/tty': No such device or address + +failed + +Rumour on the internets is that the "--no-tty" parameter to GPG may fix the problem. + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) + +Yes! It's great!