summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://launchpad.net/~eythian <eythian@web>2013-09-06 23:35:37 +0000
committerGravatar admin <admin@branchable.com>2013-09-06 23:35:37 +0000
commit73fc05f64b965a5782b066150c53d455bfd130b7 (patch)
treea63a5b0cd64358c19e6ad352485a5889abd7399d
parent23acac2c52652ec13445ba08018f51afc2d65807 (diff)
-rw-r--r--doc/bugs/GPG_can__39__t_handle_some_files.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/GPG_can__39__t_handle_some_files.mdwn b/doc/bugs/GPG_can__39__t_handle_some_files.mdwn
new file mode 100644
index 000000000..5ae03b0ec
--- /dev/null
+++ b/doc/bugs/GPG_can__39__t_handle_some_files.mdwn
@@ -0,0 +1,21 @@
+### Please describe the problem.
+
+It looks like GPG is being used in text mode, or at least isn't overriding the GPG config.
+
+### What steps will reproduce the problem?
+
+Have a binary file with long lines, and attempt to copy it into git-annex.
+
+This will happen:
+
+ $ git-annex copy 09\ Into\ The\ Dissonance.mp3 -t rsync.net_annex
+ copy 09 Into The Dissonance.mp3 (gpg) (checking rsync.net_annex...) (to rsync.net_annex...) gpg: can't handle text lines longer than 19995 characters
+ failed
+ git-annex: copy: 1 failed
+
+A workaround is to remove "textmode" from your gpg.conf, but git-annex should force this.
+
+### What version of git-annex are you using? On what operating system?
+
+7ae625363bcb6e1fc8b3733c1d7814aca05a2368 on Ubuntu 13.04 x86_64
+