summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-05 20:49:19 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-05 20:49:19 -0400
commitf8652a2ceac987dad5350dab04a92f8d0114823d (patch)
tree3c2caf1e1bd0f17fca88c0cf4ba623e809ca4de3 /doc
parent8dce56295bb4b67eb02ab0d3fb8945be44c25573 (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Do_I_have_naming_ssh_remote_issue__63__/comment_1_f3e5ef9d7440cba467ebda1f2e8b12ea._comment25
1 files changed, 25 insertions, 0 deletions
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..
+"""]]