summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 12:13:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 12:13:39 -0400
commitbbd8b63d4768c51bb804dcf03a17fdd895997ab5 (patch)
tree8f70681313d5bdde5bec70ce6d2c473eecc1bcce /doc
parent063ab421a292a692061c33d5893312ec5d74351d (diff)
paste from relevant man page
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_1_52c91f8d2e8086b26a078a02d036c197._comment28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_1_52c91f8d2e8086b26a078a02d036c197._comment b/doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_1_52c91f8d2e8086b26a078a02d036c197._comment
new file mode 100644
index 000000000..2a375c56c
--- /dev/null
+++ b/doc/bugs/git_annex_cannot_get_my_files_after_clone/comment_1_52c91f8d2e8086b26a078a02d036c197._comment
@@ -0,0 +1,28 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-08-19T16:12:12Z"
+ content="""
+From the rsync man page that the error directs you to:
+
+> rsync occasionally produces error messages that may seem a little cryp‐
+> tic. The one that seems to cause the most confusion is "protocol ver‐
+> sion mismatch -- is your shell clean?".
+
+> This message is usually caused by your startup scripts or remote shell
+> facility producing unwanted garbage on the stream that rsync is using
+> for its transport. The way to diagnose this problem is to run your
+> remote shell like this:
+
+> ssh remotehost /bin/true > out.dat
+
+
+> then look at out.dat. If everything is working correctly then out.dat
+> should be a zero length file. If you are getting the above error from
+> rsync then you will probably find that out.dat contains some text or
+> data. Look at the contents and try to work out what is producing it.
+> The most common cause is incorrectly configured shell startup scripts
+> (such as .cshrc or .profile) that contain output statements for
+> non-interactive logins.
+
+"""]]