From f8652a2ceac987dad5350dab04a92f8d0114823d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Mar 2015 20:49:19 -0400 Subject: comment --- ...ent_1_f3e5ef9d7440cba467ebda1f2e8b12ea._comment | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/forum/Do_I_have_naming_ssh_remote_issue__63__/comment_1_f3e5ef9d7440cba467ebda1f2e8b12ea._comment (limited to 'doc') diff --git a/doc/forum/Do_I_have_naming_ssh_remote_issue__63__/comment_1_f3e5ef9d7440cba467ebda1f2e8b12ea._comment b/doc/forum/Do_I_have_naming_ssh_remote_issue__63__/comment_1_f3e5ef9d7440cba467ebda1f2e8b12ea._comment new file mode 100644 index 000000000..65d2336e4 --- /dev/null +++ b/doc/forum/Do_I_have_naming_ssh_remote_issue__63__/comment_1_f3e5ef9d7440cba467ebda1f2e8b12ea._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-03-06T00:43:32Z" + content=""" +You cannot use a UUID like that. How is git-anndx supposed to know where +that UUID is, or how to access it? + +You do not use git-annex initremote with normal git remotes, only special +remotes. + +Set up a git remote, and use `git-annex get --from` with that. + + git remote add ssh://someplace/path/to/repo + +git-annex will then figure out that that git remote is the one with that +UUID, and be able to use it. + +Names of git remotes are completely separate from **descriptions** of +git-annex repositories, which is what git-annex info displays. + +AFAIK, all the documentation is clear about the several things that you +seem to have gotten confused about. Pointers to any places in +the documentation that are confusing about these matters are appreciated.. +"""]] -- cgit v1.2.3