diff options
author | falcone857 <falcone857@web> | 2015-05-04 22:02:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-04 22:02:13 +0000 |
commit | a8ef1ded950a97328394076b9cd6749548cb5c47 (patch) | |
tree | 1601e13b2f0cd824d920231e415cf57170ba02ad /doc | |
parent | 5c1407f398614c858e908b86ef3d31565dd4c772 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/git_annex_windows_and_rsync.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/forum/git_annex_windows_and_rsync.mdwn b/doc/forum/git_annex_windows_and_rsync.mdwn index 4c85aae3b..7803c22ba 100644 --- a/doc/forum/git_annex_windows_and_rsync.mdwn +++ b/doc/forum/git_annex_windows_and_rsync.mdwn @@ -3,7 +3,6 @@ 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 @@ -11,7 +10,6 @@ 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: @@ -30,7 +28,6 @@ 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. |