diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-10-05 15:50:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-10-05 15:50:50 -0400 |
commit | 656134dc20b4cd3a9a0134100f983ff1bacea131 (patch) | |
tree | 8ee33b610eb742a4c2103611dd7b58909f62e0aa | |
parent | 6156faa8169db42d76c063033277c9b95b2e5b61 (diff) |
response
-rw-r--r-- | doc/forum/uuid_mismatch___59___expected_Just___40__UUID_...___41___but_remote_gitrepo_has_UUID_.../comment_1_ed29dcf70b916bdd094015c1c9616550._comment | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/forum/uuid_mismatch___59___expected_Just___40__UUID_...___41___but_remote_gitrepo_has_UUID_.../comment_1_ed29dcf70b916bdd094015c1c9616550._comment b/doc/forum/uuid_mismatch___59___expected_Just___40__UUID_...___41___but_remote_gitrepo_has_UUID_.../comment_1_ed29dcf70b916bdd094015c1c9616550._comment new file mode 100644 index 000000000..a97f5baa5 --- /dev/null +++ b/doc/forum/uuid_mismatch___59___expected_Just___40__UUID_...___41___but_remote_gitrepo_has_UUID_.../comment_1_ed29dcf70b916bdd094015c1c9616550._comment @@ -0,0 +1,32 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-10-05T19:30:48Z" + content=""" +It would help if you described what command you ran, or buttons you clicked +on to get this to happen. Otherwise, I'm left making a lot of guesses.. + +It looks like you might be running `git-annex enableremote` of a gcrypt +special remote that you set up earlier. + +It appears that the gcrypt remote has a gcrypt-id which is not the same as +the one that was used when that special remote was originally initialized. + +I don't know why this would happen, and without details about what you did, +I can barely venture a guess. All I can say is that, gcrypt is supposed to +pick a gcrypt-id the first time a gcrypt remote is used, and not change it +afterwards. + +... It might be that you did something that caused gcrypt to pick a new +gcrypt-id. + +... It might be that the special remote has been pointed at a different +gcrypt repository than the one that it was initially set up to use. + +It might help to look at both the local repository's `.git/config`, and the +gcrypt git repositories git config, and see which of +them have the wrong gcrypt-id value of ":id:SCPxErEQVlqp+Hl6Su0f". +If only the local .git/config has that value and the gcrypt git repository +has some other gcrypt-id, then the other one is probably the right one, and +it might work to replace the wrong one with the right one. +"""]] |