File: comment_1_34dd343ed75918f5969f6a23dfae3317._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-- 674 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2023-11-28T16:06:22Z"
 content="""
That is a pretty weird error message! It looks like git-annex may have run
git but tried to pass it a working directory that does not exist. It would
be interesting to know what git command, passing --debug would tell you.

But: The gcrypt special remote is documented as needing gitrepo=rsync:// to
operate over ssh. And git-remote-gcrypt interprets a rsync:// url as rsync
over ssh (see its man page). Yes, "host::" in rsync indicates direct contact
to a rsync daemon, not using ssh, but that will not work with git-remote-gcrypt
to the best of my knowledge.
"""]]