rename this, to fix cloning on windows

This commit is contained in:
Joey Hess 2017-10-25 14:04:16 -04:00
parent 0156ea7f53
commit 9f2b7dfc3e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 0 additions and 0 deletions

View file

@ -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.
"""]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="yomguy"
subject="comment 2"
date="2016-10-07T09:15:07Z"
content="""
Dear Joey,
Thanks you so much for your quick response.
I did not use the command line for this but the web app. So I will retry the sync sequence in a shell after tweaking the gcrypt-id as you proposed and then give you some more feedback here.
Cheers,
Guillaume
"""]]

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="yomguy"
avatar="http://cdn.libravatar.org/avatar/03db077c04f8b753f3f504d9a2b06a29"
subject="comment 3"
date="2016-11-18T14:00:51Z"
content="""
Hi joey,
After modifying the gcrypt-id as you proposed, I have finally managed to clone the repo with
`git clone gcrypt::ssh://my.domain/home/admin/`
But now I get only unresolved symbolic links for each files, that is .git/annex/objects directory only contains .map files.
Would you have an idea about the reason/source of this behavior?
Thank you so much,
Guillaume
"""]]