This commit is contained in:
parent
deb6acfaba
commit
26b3822849
1 changed files with 36 additions and 0 deletions
36
doc/bugs/gpg_error_on_android.mdwn
Normal file
36
doc/bugs/gpg_error_on_android.mdwn
Normal file
|
@ -0,0 +1,36 @@
|
|||
### Please describe the problem.
|
||||
|
||||
Adding an existing cloud repo on box.com results in an gpg error:
|
||||
|
||||
user error (gpg ["--quiet","--trust-model","always","--batch","--passphrase-fd","86","--decrypt"] exited 2)
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
Enabling an existing cloud repository.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
Latest Android (4.20130516-g32 40006) on a rooted Samsung Galaxy Note (CyanogenMod 10.1)
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!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/debug.log
|
||||
|
||||
(merging refs/synced/de8a8792-70de-48c3-a646-a168ce1d9d35/c25hdXRoQGphYmJlci5vcmc=/git-annex into git-annex...)
|
||||
(Recording state in git...)
|
||||
(gpg) gpg: can't open `/usr/local/share/gnupg/options.skel': No such file or directory
|
||||
gpg: DBG: locking for `/sdcard/git-annex.home/.gnupg/secring.gpg.lock' done via O_EXCL
|
||||
gpg: DBG: locking for `/sdcard/git-annex.home/.gnupg/pubring.gpg.lock' done via O_EXCL
|
||||
gpg: encrypted with unknown algorithm 3
|
||||
gpg: decryption failed: secret key not available
|
||||
(gpg) gpg: encrypted with unknown algorithm 3
|
||||
gpg: decryption failed: secret key not available
|
||||
(gpg) gpg: encrypted with unknown algorithm 3
|
||||
gpg: decryption failed: secret key not available
|
||||
(gpg) gpg: encrypted with unknown algorithm 3
|
||||
gpg: decryption failed: secret key not available
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue