| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@mpdude congratulations on the excellent investigative work here 👏 |
Sorry, something went wrong.
|
I am seeing errors when trying to load multiple private keys on windows-2019. Please see these issues. #130 and https://github.com/actions/checkout/discussions/928 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This hopefully fixes Windows-based builds, including issue #62.
It was a much bigger rabbit hole than initially expected, and took quite some time and experimentation. It turns out there are two versions of the ssh and related binaries available in the Windows virtual environment.
Things seem to work when using the ssh-agent and ssh-add binaries provided as part of the Git installation, but not with the native Windows ones.
As of writing, simple git clone ... operations given in a GHA workflow file will use the ssh client from the Git suite, without further configuration. I don't know if this might change in the future; git-for-windows/git#2944 is about possibly changing this.
As a reminder to myself, just in case we need to get back to this sometime:
I don't know if "mixing" the SSH client and/or other binaries (the agent) from Windows and Git has any other side effects or implications.
🤞🏻