git-annex/doc/bugs/ssh_fails_in_windows_nightly_build.mdwn
Joey Hess 38e2b95751 use a batch file to run msysgit's ssh, instead of copying
copying failed because dlls are not in path.

This batch file is based on the one msysgit uses to start gitk
2015-05-08 14:26:37 -04:00

10 lines
612 B
Markdown

### Please describe the problem.
After installing a nightly build from https://qa.nest-initiative.org/view/msysGit/job/msysgit-git-annex-assistant-test/, ssh fails to run when launched by the webapp. It shows a system error dialog with the message "The program can't start because msys-crypto-1.0.0.dll is missing...". The dll is present in $PROGRAMFILES/Git/bin, and ssh works when run from the command line.
[[!format sh """
Version: 5.20150508-g8e96a31
Build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA TorrentParser
"""]]
> sigh.. [[fixed|done]] now.. --[[Joey]]