From 3aa72e95e3a22c8c5a27ca68e33e84484255cf89 Mon Sep 17 00:00:00 2001 From: jrollins <jrollins@web> Date: Mon, 1 Feb 2021 18:25:09 +0000 Subject: [PATCH] Added a comment --- ..._a60edf9225aa0d5565bbc06f5b2f519a._comment | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/bugs/problems_with_SSH_and_relative_paths/comment_4_a60edf9225aa0d5565bbc06f5b2f519a._comment diff --git a/doc/bugs/problems_with_SSH_and_relative_paths/comment_4_a60edf9225aa0d5565bbc06f5b2f519a._comment b/doc/bugs/problems_with_SSH_and_relative_paths/comment_4_a60edf9225aa0d5565bbc06f5b2f519a._comment new file mode 100644 index 0000000000..d84b84de9b --- /dev/null +++ b/doc/bugs/problems_with_SSH_and_relative_paths/comment_4_a60edf9225aa0d5565bbc06f5b2f519a._comment @@ -0,0 +1,30 @@ +[[!comment format=mdwn + username="jrollins" + avatar="http://cdn.libravatar.org/avatar/129f3c58226661d01c5bfc18f0048d81" + subject="comment 4" + date="2021-02-01T18:25:08Z" + content=""" +fwiw, if I continue and ignore the error I encounter when I try to `git annex init` on the local checkout, add a file, commit, push the `master` and `git-annex` branches to the remote, and then try to clone/get in another location, this is what happens: + +``` +0$ git clone ssh://remote.example.com/~/path/to/git +Cloning into 'git'... +remote: Enumerating objects: 19, done. +remote: Counting objects: 100% (19/19), done. +remote: Compressing objects: 100% (13/13), done. +remote: Total 19 (delta 2), reused 0 (delta 0) +Receiving objects: 100% (19/19), done. +Resolving deltas: 100% (2/2), done. +0$ cd git/ +0$ git annex get test.dat +(merging origin/git-annex into git-annex...) +(recording state in git...) +(scanning for unlocked files...) +get test.dat (not available) + Maybe add some of these git remotes (git remote add ...): + bac9e484-9534-464f-8aee-45670d5967ed -- servo +failed +git-annex: get: 1 failed +1$ +``` +"""]]