Hey there I'm a anaconda + Git Bash user in Windows, and after some windows system update, I found my git bash cannot run ssh anymore. Here is the error
$ ssh 0 [main] ssh (5464) C:\Users\usrname\miniconda3\Library\usr\bin\ssh.exe: *** fatal error - cygheap base mismatch detected - 0x180340408/0x180331408. This problem is probably due to using incompatible versions of the cygwin DLL. Search for cygwin1.dll using the Windows Start->Find/Search facility and delete all but the most recent version. The most recent version *should* reside in x:\cygwin\bin, where 'x' is the drive on which you have installed the cygwin distribution. Rebooting is also suggested if you are unable to find another cygwin DLL.
I searched the cygwinl.dll
file in my system, yet it does not exist. Also I followed this question
and none of them makes any difference. Amazingly in windows powershell and cmd, ssh works fine. So the problem is just git Bash. I still in deep love with Git bash (makes my git, coda consistent with ssh), so any idea how to fix it?
Bth I also tried reinstall git bash, no difference at all.