reproduced with remote-gcrypt 1.1
This commit is contained in:
parent
fce32e6cd4
commit
78a0bf4814
1 changed files with 3 additions and 5 deletions
|
@ -19,7 +19,7 @@ I *think* I naively followed the tips page, but I might be wrong. Here's the min
|
||||||
### What version of git-annex are you using? On what operating system?
|
### What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
This is Debian stretch with backports, so git-annex is actually from backports (6.20180509-1~bpo9+1):
|
This is Debian stretch with backports, so git-annex is actually from backports (6.20180509-1~bpo9+1):
|
||||||
6.20180509-1~bpo9+1
|
|
||||||
git-annex version: 6.20180509
|
git-annex version: 6.20180509
|
||||||
build flags: Assistant Webapp Pairing S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Testsuite
|
build flags: Assistant Webapp Pairing S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Testsuite
|
||||||
dependency versions: aws-0.14.1 bloomfilter-2.0.1.0 cryptonite-0.20 DAV-1.3.1 feed-0.3.11.1 ghc-8.0.1 http-client-0.4.31.1 persistent-sqlite-2.6 torrent-10000.0.0 uuid-1.3.12 yesod-1.4.3
|
dependency versions: aws-0.14.1 bloomfilter-2.0.1.0 cryptonite-0.20 DAV-1.3.1 feed-0.3.11.1 ghc-8.0.1 http-client-0.4.31.1 persistent-sqlite-2.6 torrent-10000.0.0 uuid-1.3.12 yesod-1.4.3
|
||||||
|
@ -30,13 +30,12 @@ This is Debian stretch with backports, so git-annex is actually from backports (
|
||||||
upgrade supported from repository versions: 0 1 2 3 4 5
|
upgrade supported from repository versions: 0 1 2 3 4 5
|
||||||
operating system: linux x86_64
|
operating system: linux x86_64
|
||||||
|
|
||||||
git-remote-gcrypt is the vanilla version from stretch (1.0.1-1).
|
git-remote-gcrypt is the vanilla version from stretch (1.0.1-1) but the bug can be reproduced with the 1.1 version from sid.
|
||||||
|
|
||||||
### Please provide any additional information below.
|
### Please provide any additional information below.
|
||||||
|
|
||||||
[[!format sh """
|
[[!format sh """
|
||||||
# If you can, paste a complete transcript of the problem occurring here.
|
|
||||||
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
|
||||||
[18]anarcat@curie:tmp$ git init a
|
[18]anarcat@curie:tmp$ git init a
|
||||||
Dépôt Git vide initialisé dans /home/anarcat/dist/tmp/a/.git/
|
Dépôt Git vide initialisé dans /home/anarcat/dist/tmp/a/.git/
|
||||||
[19]anarcat@curie:tmp$ git init --bare b
|
[19]anarcat@curie:tmp$ git init --bare b
|
||||||
|
@ -59,7 +58,6 @@ initremote encrypted (encryption setup) (to gpg keys: 792152527B75921E) gcrypt:
|
||||||
gcrypt: Repository not found: /home/anarcat/tmp/b
|
gcrypt: Repository not found: /home/anarcat/tmp/b
|
||||||
fatal: helper gcrypt does not support --signed=if-asked
|
fatal: helper gcrypt does not support --signed=if-asked
|
||||||
git-annex: unable to determine gcrypt-id of remote
|
git-annex: unable to determine gcrypt-id of remote
|
||||||
# End of transcript or log.
|
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
Note that this failure leaves the repository with an half-configured remote. Trying to rerun the setup gives this error:
|
Note that this failure leaves the repository with an half-configured remote. Trying to rerun the setup gives this error:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue