aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-26 15:20:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-26 15:20:45 -0400
commit00c522c6001227e25c1ffaab866326e679359826 (patch)
treed03260f283900889662f3ec64d2c8ebdabd3f7e6
parentdaeb0001bbedf3114b26258a619c353d265fd128 (diff)
parent83e5538130a1c030c46367434c3b1393be2f928b (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/Don__39__t_understand_sync_with_ssh_remote/comment_1_be10d6b564e130f4a516d438831681d1._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Don__39__t_understand_sync_with_ssh_remote/comment_1_be10d6b564e130f4a516d438831681d1._comment b/doc/forum/Don__39__t_understand_sync_with_ssh_remote/comment_1_be10d6b564e130f4a516d438831681d1._comment
new file mode 100644
index 000000000..3a96e8847
--- /dev/null
+++ b/doc/forum/Don__39__t_understand_sync_with_ssh_remote/comment_1_be10d6b564e130f4a516d438831681d1._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="reyman64@740e43250854ada1b8484b3bc44b53be03367d70"
+ nickname="reyman64"
+ subject="comment 1"
+ date="2016-01-26T19:14:51Z"
+ content="""
+Ok i finally understand.
+
+I remove the ssh with `git add remove pdfwebfaction` and recreate with
+
+`git remote add pdfwebfaction ssh://reyman@webxxx.webfaction.com:/home/reyman/webdav/pdf`
+
+At this step, `git annex get --from pdfwebfaction` doesn't work, i need to create and add a file like `touch test` to my local empty git repository.
+
+After that, the previous command work.
+
+
+"""]]