出於藍,在vagrant up
,rsync的開始拋出下面的錯誤:rsync的不明原因的錯誤(代碼255)(820)
There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.
Host path: /c/Users/David/Sandbox/citypantry/frontend/
Guest path: /home/citypantry/project/frontend
Command: rsync --verbose --archive -z --copy-links --chmod=ugo=rwX --no-perms --no-owner --no-group --rsync-path sudo rsync -e ssh -p 2222 -o ControlMaster=auto -o ControlPath=C:/bin/cygwin64/tmp/ssh.588 -o ControlPersist=10m -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o UserKnownHostsFile=/dev/null -i 'C:/Users/David/Sandbox/citypantry/vagrant/.vagrant/machines/default/virtualbox/private_key' --exclude .vagrant/ --exclude app/cache/ --exclude app/logs/ --exclude node_modules /c/Users/David/Sandbox/citypantry/frontend/ [email protected]:/home/citypantry/project/frontend
Error: Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts.
select: Interrupted system call
rsync: [sender] write error: Broken pipe (32)
rsync error: unexplained error (code 255) at io.c(820) [sender=3.1.1]
這是由於Windows 10運行一個cygwin(64)與ConEmu上的rsync 3.1.1(x64)。我所知道的沒有任何東西在系統中發生了變化,並且同步已經運行了數週,沒有任何問題。
這個錯誤是什麼意思,我該如何解決?
我認爲這是[超級用戶](http://superuser.com/about)的更多問題。 – Jakuje