简体   繁体   English

关于Windows 10上rsync的Sylius Vagrant安装错误

[英]Sylius Vagrant Installation error about rsync on Windows 10

During installation of the vagrant version on Winwows 10 I got the following error: 在Winwows 10上安装无业游民的版本期间,出现以下错误:

There was an error when attempting to rsync a synced folder. 尝试同步已同步的文件夹时出现错误。 Please inspect the error message below for more info. 请检查以下错误消息以获取更多信息。

Host path: /c/Users/Gunnar/Development/Vagrant-master/ Guest path: /vagrant Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--chmod =ugo=rwX" "--no-perms" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e " "ssh -p 2222 -o LogLevel=FATAL -o IdentitiesOnly=yes -o StrictHostKeyCheckin g=no -o UserKnownHostsFile=/dev/null -i 'C:/Users/Gunnar/Development/Vagrant-mas ter/.vagrant/machines/sylius/virtualbox/private_key'" "--exclude" ".vagrant/" "/ c/Users/Gunnar/Development/Vagrant-master/" "vagrant@127.0.0.1:/vagrant" Error: This rsync lacks old-style --compress due to its external zlib. 主机路径:/ c / Users / Gunnar / Development / Vagrant-master /访客路径:/ vagrant命令:“ rsync”“ --verbose”“ --archive”“ --delete”“ -z”“ --copy-链接“” --chmod = ugo = rwX“” --no-perms“” --no-owner“” --no-group“” --rsync-path“” sudo rsync“” -e“” ssh- p 2222 -o LogLevel = FATAL -o IdentitiesOnly =是-o StrictHostKeyCheckin g =否-o UserKnownHostsFile = / dev / null -i'C:/ Users / Gunnar / Development / Vagrant-mas ter / .vagrant / machines / sylius / virtualbox / private_key'“”-排除“” .vagrant /“” / c / Users / Gunnar / Development / Vagrant-master /“” vagrant@127.0.0.1:/ vagrant“错误:此rsync缺少旧式-压缩由于其外部zlib。 Try -zz. 尝试-zz。 Continuing without compression. 继续不压缩。

Do you know how to solve it? 你知道如何解决吗? Where to change the rsync settings? 在哪里更改rsync设置?

I switched to Vagrant 1.9.6 from 2.0. 我从2.0切换到Vagrant 1.9.6。 Then the error did not appear. 然后错误没有出现。 Now I got another error. 现在我又遇到了一个错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM