Closed atrauzzi closed 6 years ago
Also, attempting to install using chocolatey results in the same issue.
@atrauzzi - Can you clarify what image this use to work in? Also have you tried doing this with a base OS image?
Any derived from the two available Windows server core containers.
Haven't tried the main Windows one, but I'm not sure where to report issues for it.
As seen in https://github.com/git-for-windows/git/issues/1403, this is not an issue specific to the microsoft/dotnet-framework images.
Not sure what happened, but up until last week, I was able to clone git repositories via SSH-based URIs in my Windows containers based on this image. Now, suddenly without warning, when I go to clone - even a public repository, I get this error:
Here's a simple
Dockerfile
that can be used to reproduce the issue:I'm just not sure at this point. The only suspicious thing is that if I try to run the mingw based
ssh.exe
, it prints a blank line and then exits.cc.