From f2734ee1758da017136071162562d3ee18fab68f Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Tue, 10 Sep 2013 23:44:40 +0000 Subject: [PATCH] sign --- doc/bugs/cannot_determine_uuid_for_origin.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/cannot_determine_uuid_for_origin.mdwn b/doc/bugs/cannot_determine_uuid_for_origin.mdwn index ce46e5733a..611a0f2368 100644 --- a/doc/bugs/cannot_determine_uuid_for_origin.mdwn +++ b/doc/bugs/cannot_determine_uuid_for_origin.mdwn @@ -119,7 +119,7 @@ Update: it seems te problem was that I had the following in my `.git/config`: annex-ignore = true fetch = +refs/heads/*:refs/remotes/marcos-bare/* -I have *no* idea how that `annex-ignore` got there, but that was the root of my problem. Removing it it allowed my to do `git annex copy`. I really don't know how this happened, but I guess this is [[done]], although I believe this error message is really confusing and could be improved. +I have *no* idea how that `annex-ignore` got there, but that was the root of my problem. Removing it it allowed my to do `git annex copy`. I really don't know how this happened, but I guess this is [[done]], although I believe this error message is really confusing and could be improved. --[[anarcat]] > `annex-ignore` is set automatically by git-annex if it fails to query > the uuid of a remote the first time it tries to use it. It will say