File: Remote__39__s_git-annex-shell_not_detected.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (20 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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? Perhaps A's git needs an update?


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