-
Notifications
You must be signed in to change notification settings - Fork 764
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
Cloning a Git repository using ssh.exe hangs #389
Comments
ssh.exe is deadlocking at file read in 'fileio_ReadFileEx()'. Looking at the fd table, the index is 4, which is STD_INPUT. git clone [email protected]:PowerShell/openssh-portable.git |
I'm seeing this as well, in v0.0.19.0 |
This has been open for nearly a year, is this being considered for a fix? Not having this bug fixed will completely block my usage of the OpenSSH client for Windows. |
🎉 thanks for the update @manojampalam ! |
@anurse, this is due to the same issue as #752. Can you try the workaround in Setting up a Git server on Windows using Git for Windows and Win32_OpenSSH. please let me know if you see any other issue. Move this issue to Beta until we have a proper fix on server. |
I can try the workaround later if you need verification of it, but I've already switched back to using msys OpenSSH because of the issue and the workaround is pretty invasive, so I'll probably just wait for a proper fix. |
Hang on, I'm confused by how the workaround should fix this issue. In my case, I'm cloning from |
Works for me with 0.0.24.0, but very slow 300 Kb/s cloning from GitHub (Git SSH give me 9Mb/s) |
This by far is the easier way to get around the double quote issue: |
This is still happening today. |
I find this is still a problem in gitlab CI pipelines, 7 years later. |
When I try to use your version of ssh.exe with Git to clone a repository, it hanges.
Steps to Reproduce
git clone ssh://HOSTNAME/REPO REPO
.The text was updated successfully, but these errors were encountered: