You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
@gregberge Hi Greg.
AFAIK current version of rsync that Shipit using is 2.x.x. But the minimum version of rsync on Windows is 3.x.x (which it causes some errors I face just now). It will be nice if you can upgrade version of rsync on Shipit, so Windows users can use it properly. Thanks a lot : )
The text was updated successfully, but these errors were encountered:
I was also having problems using shipt to deploy from Windows due to rsync. The cwRsync (free version) https://chocolatey.org/packages/rsync isn't able to interpret Windows drive paths. I have created a monkey patch for it in my shipitfile.js as below:
This now gets local paths resolving correctly. I then had problems with rsync trying to use a Unix style home directory, and being unhappy with the ssh private key permissions with errors such as:
Could not create directory '/home/<redacted>/.ssh'.
Host key verification failed.
and:
Permissions 0770 for '/cygdrive/c/Users/<redacted>/.ssh/id_ed25519' are too open.
It is required that your private key files are NOT accessible by others.
@gregberge Hi Greg.
AFAIK current version of rsync that Shipit using is 2.x.x. But the minimum version of rsync on Windows is 3.x.x (which it causes some errors I face just now). It will be nice if you can upgrade version of rsync on Shipit, so Windows users can use it properly. Thanks a lot : )
The text was updated successfully, but these errors were encountered: