summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://openid.stackexchange.com/user/1938c4c8-6bd7-4fbe-8784-f00dc5dd9fcb <johnny-tedesco@web>2015-08-08 18:27:56 +0000
committerGravatar admin <admin@branchable.com>2015-08-08 18:27:56 +0000
commitd8b19652ea678dbe835a5a9e4c5263cd5e6a51fd (patch)
tree2cb9610030c5e402ea7e6edc640e1a6354e9ada4
parente5546ac16dba167fcad7e9a7408e9726868cd3c3 (diff)
-rw-r--r--doc/forum/Remote__39__s_git-annex-shell_not_detected.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Remote__39__s_git-annex-shell_not_detected.mdwn b/doc/forum/Remote__39__s_git-annex-shell_not_detected.mdwn
new file mode 100644
index 000000000..a5efd63fc
--- /dev/null
+++ b/doc/forum/Remote__39__s_git-annex-shell_not_detected.mdwn
@@ -0,0 +1,18 @@
+When doing `git annex get fname` in a repo A with 2 remotes on LAN (B and C), it says they don't have git annex installed so it sets the `annex-ignore` flag. However, they do have it, and I can `annex-get` files from C to B. Versions of git and git-annex vary between the machines. Any idea what could be causing it?
+
+
+A:
+
+* Ubuntu.
+* git 1.9.1
+* git-annex 5.20140412ubuntu1
+
+B:
+* Fedora 22
+* git 2.3.2 (installed through Nix package manager, so its in a nonstandard path)
+* git-annex 5.20140717 (installed normally, in /usr/bin)
+
+C:
+* Fedora 22
+* git 2.3.2 (installed through Nix package manager, so its in a nonstandard path)
+* git-annex 5.20150219 (installed through Nix