Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
creds: gracefully handle lack of askpass helper
If SSH_ASKPASS is unset on Windows, it's possible that the invocation of cygpath -w can fail, since we'd pass it an empty string, which it doesn't like. Let's fix this by first checking for an empty string and only if it is not empty, passing it to cygpath.
- Loading branch information