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

Force IPV4 on cygwin ssh-agent connections #1344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 14, 2023

  1. force IPV4 on cygwin ssh-agent connections

    After upgrading to node18, our SSH connections from windows started failing and it was determined that the failure was caused by git-for-windows ssh-agent listeneing on the ipv4 loopback address while ssh2 was attempting to connect to the ipv6 loopback address and crashing as a result.
    
    Since this address comes from cygwin's unix domain socket emulation implementation, I'm not sure there's any way to change or influence its local address preference.
    zawata committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0fa9e62 View commit details
    Browse the repository at this point in the history