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

GitExtSshAskPass.exe needs vcredist to work #11723

Open
sebllll opened this issue May 6, 2024 · 0 comments
Open

GitExtSshAskPass.exe needs vcredist to work #11723

sebllll opened this issue May 6, 2024 · 0 comments

Comments

@sebllll
Copy link

sebllll commented May 6, 2024

Feature description

I just had a hard time figuring out that GitExtSshAskPass.exe needs VCRUNTIME140.dll (which is installed through vc_redist.x86.exe ) to work.

Maybe there's an option for the installer to check for that dependency?

Another option would be to improve the error message.

Currently, this is the error message in the console:

C:/Program Files (x86)/GitExtensions/GitExtSshAskPass.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Done

I found this by executing GitExtSshAskPass.exe manually, which gave me this error message that lead me to the vcredist installler:
image
(sorry for the german error msg)

Environment

  • Git Extensions 4.2.1.17611
  • Build b0c0b28
  • Git 2.43.0.windows.1
  • Microsoft Windows NT 10.0.19045.0
  • .NET 6.0.29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants