From 73127a515a8e1e14fa13a01e87db9c01cdeebeb9 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 9 Jul 2013 18:03:13 +0000 Subject: [PATCH 1/2] Added a comment --- ...comment_4_032f42235b7f26854e725041ca33384b._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/gpg_error_on_android/comment_4_032f42235b7f26854e725041ca33384b._comment diff --git a/doc/bugs/gpg_error_on_android/comment_4_032f42235b7f26854e725041ca33384b._comment b/doc/bugs/gpg_error_on_android/comment_4_032f42235b7f26854e725041ca33384b._comment new file mode 100644 index 0000000000..5fdfa82115 --- /dev/null +++ b/doc/bugs/gpg_error_on_android/comment_4_032f42235b7f26854e725041ca33384b._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.7.235" + subject="comment 4" + date="2013-07-09T18:03:12Z" + content=""" +So, I am able to get the \"bad\" key message out of gpg if I encrypt with --symmetric with a passphrase and then enter the wrong passphrase when decrypting. + +Perhaps git-annex is sending gpg the wrong encryption key, or perhaps the git repo it's operating in has an old version of the key for this remote somehow? +"""]] From 339d1e033f396372482b52bc5ad5ab61f2bd8777 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 9 Jul 2013 18:14:07 +0000 Subject: [PATCH 2/2] Added a comment --- ...t_4_6c731bb9a8d21dd9ab8c09612b23f908._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/forum/Coming_from_git_world/comment_4_6c731bb9a8d21dd9ab8c09612b23f908._comment diff --git a/doc/forum/Coming_from_git_world/comment_4_6c731bb9a8d21dd9ab8c09612b23f908._comment b/doc/forum/Coming_from_git_world/comment_4_6c731bb9a8d21dd9ab8c09612b23f908._comment new file mode 100644 index 0000000000..f09281bc45 --- /dev/null +++ b/doc/forum/Coming_from_git_world/comment_4_6c731bb9a8d21dd9ab8c09612b23f908._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.7.235" + subject="comment 4" + date="2013-07-09T18:14:07Z" + content=""" +I don't know where you got the \"git remote add backup\" step from. Obviously this is not necessary unless you want to add a remote named \"backup\". + +To use git-annex in a centralized git environment, which it sounds like you have here, you just need to install git-annex on the central git server, and arrange for all the developers to have ssh access to it. Then any git repository that is cloned from that server using ssh as the transport can support git-annex without the user needing to do anything special to set it up. + +This assumes that users have shell accounts on the server. git-annex includes the git-annex-shell program, which is similar to the git-shell in git. User accounts can be locked down to use this restricted shell if giving them full shell access to the server is not desired. + +If the server is using a git repository manager like gitolite or gitosis, those can also be adapted to use git-annex-shell. I got gitolite patched to support it earlier, see [[tips/using_gitolite_with_git-annex]]. + +PS: I'm available for consulting on deploying git-annex in production environments. ;) +"""]]