This commit is contained in:
Joey Hess 2017-11-07 15:44:03 -04:00
parent e0084bb876
commit 3429d7e1e2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2017-11-07T19:35:17Z"
content="""
Ah right, it looks in `uuid.log` to make sure the UUID provided is
valid. Bit of a catch 22 there.
Here's a way that will work:
git config remote.unknown.url foo
git config remote.unknown.annex-uuid 8bb266ed-453d-4489-9d8a-de38b2bc77c2
git annex dead unknown
git remote rm unknown
"""]]