summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-07 15:44:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-07 15:44:03 -0400
commit51157f6c84d069133eca8b33fbc81c931733da47 (patch)
treef9d53a6c298515fa570ee918188a94535fe00e8d
parent937bb62df27cbfb41b30256e1aa188ea2e7c2d1f (diff)
followup
-rw-r--r--doc/forum/Remote_listed_in_whereis_but_not_in_info/comment_3_607d5b01eb95906391337f7351e0193c._comment15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/Remote_listed_in_whereis_but_not_in_info/comment_3_607d5b01eb95906391337f7351e0193c._comment b/doc/forum/Remote_listed_in_whereis_but_not_in_info/comment_3_607d5b01eb95906391337f7351e0193c._comment
new file mode 100644
index 000000000..f2ba0e607
--- /dev/null
+++ b/doc/forum/Remote_listed_in_whereis_but_not_in_info/comment_3_607d5b01eb95906391337f7351e0193c._comment
@@ -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
+"""]]