This commit is contained in:
Joey Hess 2015-05-07 14:26:48 -04:00
parent 3b050a46ae
commit 308514a138
2 changed files with 26 additions and 0 deletions

View file

@ -8,3 +8,21 @@ program from inside /cygwin/usr/bin, it works. strace found a missing
`charset.alias` file, but installing it didn't solve the problem.
Problem doesn't seem to affect the bundled ssh, just rsync. --[[Joey]]
> Update: Apparently there are two ssh's! msysgit bundles one (did it used
> to in PATH?) and git-annex bundles one from cygwin. msysgit's ends up
> in Git/bin and git-annex's in Git/cmd.
>
> Seems that cygwin's rsync cannot use git's ssh for whatever reason.
>
> So the workaround is to
> delete Git/bin/ssh.exe and leave Git/cmd/ssh.exe. Then rsync works.
> However, this may screw up git's use of ssh or other stuff.
>
> Also, see
> [[webapp_fails_to_connect_to_ssh_repository___40__windows__41__]]
> which is the inverse of this bug.
>
> Using 2 ssh's that try to use config from different places seems like
> a losing propisition. Need to find an rsync that works with git's ssh.
> --[[Joey]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2015-05-07T18:26:25Z"
content="""
See [[rsync_on_windows_broken_by_upgrade]] which is the inverse of this
bug.
"""]]