File: comment_12_9d445ddf84e15a59cdc2aa2b8dc30c44._comment

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 (15 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 12"""
 date="2018-02-08T17:13:41Z"
 content="""
That error message seems to indicate that git-annex does not realize it's
being run with the git-annex-shell program name. When I run "git-annex -c
configlist /path/to/repo" I get that error message; when I run
git-annex-shell with the same parameters, I get the expected repository
config output.

I'm guessing that the windows symlink thing you tried to use confuses the
program path name lookup that it tries to do. I'm pretty sure that a copy
of the file would work.
"""]]