Hi, I am trying to install the SDK on Windows.
I have Git for Windows installed, but I use Windows’ OpenSSH.
During installation it asks for the location of bash.exe, and then complains that ssh-keygen.exe was not found in the bash installation.
Tried selection either C:/Windows/System32/bash.exe, or C:/Program Files/Git/bin/bash.exe, but both with the same error.
ssh-keygen.exe (from openssh shipped in Windows, not Git’s one), is available on the system, and I would like to keep using it (so not installing other ssh apps).
Any idea how to continue installation of the SDK ?