summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a <Ioanas@web>2015-08-19 11:39:10 +0000
committerGravatar admin <admin@branchable.com>2015-08-19 11:39:10 +0000
commit063ab421a292a692061c33d5893312ec5d74351d (patch)
treedf1b9c88c669a99340eb095721c7c33fa2778d0d
parent8a7cfd078d157261b87f7b3b25f2c6e6df227e9c (diff)
wrote ut issue
-rw-r--r--doc/bugs/git_annex_cannot_get_my_files_after_clone.mdwn36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_cannot_get_my_files_after_clone.mdwn b/doc/bugs/git_annex_cannot_get_my_files_after_clone.mdwn
new file mode 100644
index 000000000..764e7b1df
--- /dev/null
+++ b/doc/bugs/git_annex_cannot_get_my_files_after_clone.mdwn
@@ -0,0 +1,36 @@
+### Please describe the problem.
+
+git annex cannot get me my file contents from my remotes
+
+### What steps will reproduce the problem?
+
+```
+git clone myserver:/path/to/repo
+cd repo
+git annex get
+```
+
+### What version of git-annex are you using? On what operating system?
+Using git-annex-5.20150327 on gentoo linux
+
+### Please provide any additional information below.
+
+The error messages I get egenrally look like:
+
+```
+get 2att/photos-glasgow/male/patrik.jpg (from clusterhost...)
+git-annex: ../chymera/data/.git/annex/transfer/upload/b8415264-4b9a-40ca-b450-7e57507cdc06/lck.SHA256E-s814245--9dc6f1287ba683cae030e04ba7f94a73e566ce392c2d032f171094ddc342fa60.jpg: openFd: does not exist (No such file or directory)
+git-annex-shell: sendkey: 1 failed
+protocol version mismatch -- is your shell clean?
+(see the rsync man page for an explanation)
+rsync error: protocol incompatibility (code 2) at compat.c(176) [Receiver=3.1.1]
+
+ rsync failed -- run git annex again to resume file transfer
+
+ Unable to access these remotes: clusterhost
+
+ Try making some of these repositories available:
+ 809074b6-e079-4ea1-b2f8-2d7840deda7d -- zenbookhost
+ a1ed6786-8b93-4a14-b00d-877b741e34da -- [clusterhost]
+failed
+```