I had the same problem with exactly these error messages when I tried to 
use msysgit with rsync.exe from DeltaCopy. In the end I switched to Cygwin, 
there it worked immediately.


   1. Install Cygwin: http://cygwin.com/install.html
   2. When asked for packages to install, choose "rsync" and "openssh"
   3. Open the Cygwin terminal and type
      1. cd 
      /cygdrive/c/Users/IanAnderson/Documents/Sites/Vagrants/Primary-Vagrant/
      2. vagrant up
   

HTH

Am Mittwoch, 30. April 2014 17:45:59 UTC+2 schrieb Ian Anderson Gray:
>
> Hmmm,
>
> I'm still encountering some issues.
>
> I do have rsync installed on the host and guest machines.
>
> I can connect to my guest machine- vagrant ssh works fine.
>
> I then did the following:
>
>> vagrant up
>> vagrant ssh-config
>>
>
> I then see the following:
>
> Host default
>>   HostName 127.0.0.1
>>   User vagrant
>>   Port 2222
>>   UserKnownHostsFile /dev/null
>>   StrictHostKeyChecking no
>>   PasswordAuthentication no
>>   IdentityFile C:/Users/IanAnderson/.vagrant.d/insecure_private_key
>>   IdentitiesOnly yes
>>   LogLevel FATAL
>>   ForwardAgent yes
>
>
> Since the port is 2222, I then did:
>
> ssh -p <port> vagrant@localhost
>
>
> I then get prompted for the password like this:
>
> Warning: Permanently added '[localhost]:2222' (RSA) to the list of known 
>> hosts.
>> vagrant@localhost's password:
>
>
> I wasn't sure what password I was supposed to put in there, but the 
> password *vagrant* seems to work.
>
> You then say use this command: "rsync -e 'ssh -p <port>' vagrant@localhost"
> I assume this is again from the Windows command prompt. I get the 
> following error message:
>
> rsync: link_stat 
>> "/cygdrive/c/Users/IanAnderson/Documents/Sites/Vagrants/Primary-Vagrant/vagrant@localhost"
>>  
>> failed: No s
>> uch file or directory (2)
>> rsync error: some files/attrs were not transferred (see previous errors) 
>> (code 23) at main.c(1039) [sender=3.0.6]
>
>
>
> Any thoughts?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to