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
Interesting, in my MSYS2 installation it is still required:
$ pacman -Si git
Repository : msys
Name : git
Version : 2.34.1-2
Description : The fast distributed version control system
Architecture : x86_64
[...]
Depends On : curl libpcre2_8 libexpat libintl vim openssh openssl
perl-Error perl>=5.14.0 perl-Authen-SASL perl-libwww
perl-MIME-tools perl-Net-SMTP-SSL perl-TermReadKey
[...]
Is there anything special about you MSYS2 installation?
Problem:
Sailfish SDK on windows needs "ssh-keygen.exe", whish is no more included in the following git install:
Solution:
Add the following instruction:
To install "ssh-keygen.exe" inside MSYS2, run the command:
pacman -S opensshThe text was updated successfully, but these errors were encountered: