diff options
author | falcone857 <falcone857@web> | 2015-05-04 22:01:24 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-04 22:01:24 +0000 |
commit | 5c1407f398614c858e908b86ef3d31565dd4c772 (patch) | |
tree | 725fbe41e5240b54993b52e04c32314255856b3b /doc | |
parent | d3e3794174f62d03219e0da647c146a6c3c9caa5 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/git_annex_windows_and_rsync.mdwn | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/forum/git_annex_windows_and_rsync.mdwn b/doc/forum/git_annex_windows_and_rsync.mdwn index 89f9cbd4a..4c85aae3b 100644 --- a/doc/forum/git_annex_windows_and_rsync.mdwn +++ b/doc/forum/git_annex_windows_and_rsync.mdwn @@ -3,22 +3,34 @@ Issue with getting files from a Linux ssh/rsync repo. I have a centralized repo on a small linux VM that I synchronize my workstations with, most are linux machines but one is a windows one. I installed msysgit and git-annex for windows, and then run the following: ``` + git clone ssh://user@IP.ADDRESS/home/user/annex annex + cd annex + git annex init 'windows' + git annex copy --from origin + ``` So basically I am just trying to get a copy of the central repo onto this windows machine for starters and get: ``` -rsync: connection unexpectedly closed (0 bytes received so far) [sender] -rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1] +rsync: connection unexpectedly closed (0 bytes received so far) [sender] + +rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1] + rsync: connection unexpectedly closed (0 bytes received so far) [Receiver] + rsync error: error in rsync proto + co rsync failed -- run git annex again to resume file transfer + l dafailed + ta stream (code 12) atcopy + ``` And I get this message for every file. |