Closed Angada28 closed 1 month ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
incase anyone finds this later the solution/workaround i used was setting up an alias on wsl to use git.exe instead of git.
also had to run the below commands from windows.
git config --global credential.provider generic git config --global core.sshCommand C:/Windows/System32/OpenSSH/ssh.exe
Windows Version
Microsoft Windows [Version 10.0.22631.4249]
WSL Version
2.3.24.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1
Distro Version
Ubuntu 22.04
Other Software
Windows OpenSSH (ssh.exe)
Repro Steps
Expected Behavior
It should show a prompt to accept or reject the unknown host key; and if you accept it, it should continue with the git clone.
Even after running
git config --global credential.helper "/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe"
it still hangsActual Behavior
It hangs forever, and there is no output.
Diagnostic Logs
No response