Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation/README.md & ssh-keygen #30

Closed
DhyanRiktam opened this issue Jan 25, 2022 · 2 comments
Closed

Installation/README.md & ssh-keygen #30

DhyanRiktam opened this issue Jan 25, 2022 · 2 comments

Comments

@DhyanRiktam
Copy link

Problem:
Sailfish SDK on windows needs "ssh-keygen.exe", whish is no more included in the following git install:

grafik

Solution:
Add the following instruction:

To install "ssh-keygen.exe" inside MSYS2, run the command:
pacman -S openssh

@martyone
Copy link
Member

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?

@DhyanRiktam
Copy link
Author

It seams i had installed other packages before: fortran, gcc, ...
Sorry, i can not reproduce it.

After uninstalling MSYS2 complitly & fresh install with git all is fine.
-> the ticket ist obsolete & closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants