Advertisement
Guest User

RSYNC Windows Error Cygwin

a guest
Dec 24th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.23 KB | None | 0 0
  1. ==> default: Rsyncing folder: /cygdrive/c/Users/***/git/***.github.io/_site/ => /var/www/myapp
  2. There was an error when attempting to rsync a synced folder.
  3. Please inspect the error message below for more info.
  4.  
  5. Host path: /cygdrive/c/Users/***/git/***.github.io/_site/
  6. Guest path: /var/www/myapp
  7. 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 ControlMaster=auto -o ControlPath=C:/cygwin/tmp/ssh.709 -o ControlPersist=10m -o StrictHostKeyChecking=no -o IdentitiesOnly=true -o UserKnownHostsFile=/dev/null -i 'C:/Users/***/git/***.github.io/.vagrant/machines/default/virtualbox/private_key' --exclude .vagrant/ /cygdrive/c/Users/***/git/***.github.io/_site/ vagrant@127.0.0.1:/var/www/myapp
  8. Error: Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts.
  9. mm_receive_fd: no message header
  10. process_mux_new_session: failed to receive fd 0 from slave
  11. mux_client_request_session: read from master failed: Connection reset by peer
  12. Failed to connect to new control master
  13. rsync: connection unexpectedly closed (0 bytes received so far) [sender]
  14. rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement